Uses of Class
net.minecraft.world.level.levelgen.feature.configurations.MineshaftConfiguration
Packages that use MineshaftConfiguration
Package
Description
-
Uses of MineshaftConfiguration in net.minecraft.data.worldgen
Fields in net.minecraft.data.worldgen with type parameters of type MineshaftConfigurationModifier and TypeFieldDescriptionstatic ConfiguredStructureFeature<MineshaftConfiguration,? extends StructureFeature<MineshaftConfiguration>>
StructureFeatures.MINESHAFT
static ConfiguredStructureFeature<MineshaftConfiguration,? extends StructureFeature<MineshaftConfiguration>>
StructureFeatures.MINESHAFT
static ConfiguredStructureFeature<MineshaftConfiguration,? extends StructureFeature<MineshaftConfiguration>>
StructureFeatures.MINESHAFT_MESA
static ConfiguredStructureFeature<MineshaftConfiguration,? extends StructureFeature<MineshaftConfiguration>>
StructureFeatures.MINESHAFT_MESA
-
Uses of MineshaftConfiguration in net.minecraft.world.level.levelgen.feature
Fields in net.minecraft.world.level.levelgen.feature with type parameters of type MineshaftConfigurationMethods in net.minecraft.world.level.levelgen.feature that return types with arguments of type MineshaftConfigurationMethods in net.minecraft.world.level.levelgen.feature with parameters of type MineshaftConfigurationModifier and TypeMethodDescriptionvoid
MineshaftFeature.MineShaftStart.generatePieces(RegistryAccess p_160044_, ChunkGenerator p_160045_, StructureManager p_160046_, ChunkPos p_160047_, Biome p_160048_, MineshaftConfiguration p_160049_, LevelHeightAccessor p_160050_)
protected boolean
MineshaftFeature.isFeatureChunk(ChunkGenerator p_160021_, BiomeSource p_160022_, long p_160023_, WorldgenRandom p_160024_, ChunkPos p_160025_, Biome p_160026_, ChunkPos p_160027_, MineshaftConfiguration p_160028_, LevelHeightAccessor p_160029_)
Constructor parameters in net.minecraft.world.level.levelgen.feature with type arguments of type MineshaftConfigurationModifierConstructorDescriptionMineshaftFeature(com.mojang.serialization.Codec<MineshaftConfiguration> p_66273_)
MineShaftStart(StructureFeature<MineshaftConfiguration> p_160031_, ChunkPos p_160032_, int p_160033_, long p_160034_)
-
Uses of MineshaftConfiguration in net.minecraft.world.level.levelgen.feature.configurations
Fields in net.minecraft.world.level.levelgen.feature.configurations with type parameters of type MineshaftConfigurationModifier and TypeFieldDescriptionstatic com.mojang.serialization.Codec<MineshaftConfiguration>
MineshaftConfiguration.CODEC