Uses of Class
net.minecraft.world.level.levelgen.feature.configurations.MineshaftConfiguration
Packages that use MineshaftConfiguration
Package
Description
-
Uses of MineshaftConfiguration in net.minecraft.world.level.levelgen.feature
Fields in net.minecraft.world.level.levelgen.feature with type parameters of type MineshaftConfigurationModifier and TypeFieldDescriptionstatic final StructureFeature<MineshaftConfiguration>StructureFeature.MINESHAFTMethod parameters in net.minecraft.world.level.levelgen.feature with type arguments of type MineshaftConfigurationModifier and TypeMethodDescriptionprivate static booleanMineshaftFeature.checkLocation(PieceGeneratorSupplier.Context<MineshaftConfiguration> p_197122_) private static voidMineshaftFeature.generatePieces(StructurePiecesBuilder p_197124_, PieceGenerator.Context<MineshaftConfiguration> p_197125_) Constructor parameters in net.minecraft.world.level.levelgen.feature with type arguments of type MineshaftConfigurationModifierConstructorDescriptionMineshaftFeature(com.mojang.serialization.Codec<MineshaftConfiguration> p_66273_) -
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 final com.mojang.serialization.Codec<MineshaftConfiguration>MineshaftConfiguration.CODEC