Uses of Enum Class
net.minecraft.world.gen.feature.MineshaftFeature.Type
Packages that use MineshaftFeature.Type
-
Uses of MineshaftFeature.Type in net.minecraft.structure
Fields in net.minecraft.structure declared as MineshaftFeature.TypeModifier and TypeFieldDescriptionprotected MineshaftFeature.TypeMineshaftGenerator.MineshaftPart.mineshaftTypeMethods in net.minecraft.structure with parameters of type MineshaftFeature.TypeModifier and TypeMethodDescriptionprivate static MineshaftGenerator.MineshaftPartMineshaftGenerator.pickPiece(StructurePiecesHolder structurePiecesHolder, Random random, int x, int y, int z, @Nullable Direction orientation, int chainLength, MineshaftFeature.Type type)Constructors in net.minecraft.structure with parameters of type MineshaftFeature.TypeModifierConstructorDescriptionMineshaftCorridor(int chainLength, Random random, BlockBox boundingBox, Direction orientation, MineshaftFeature.Type type)MineshaftCrossing(int chainLength, BlockBox boundingBox, @Nullable Direction orientation, MineshaftFeature.Type type)MineshaftPart(StructurePieceType structurePieceType, int chainLength, MineshaftFeature.Type type, BlockBox blockBox)MineshaftRoom(int chainLength, Random random, int x, int z, MineshaftFeature.Type type)MineshaftStairs(int chainLength, BlockBox boundingBox, Direction orientation, MineshaftFeature.Type type) -
Uses of MineshaftFeature.Type in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature declared as MineshaftFeature.TypeFields in net.minecraft.world.gen.feature with type parameters of type MineshaftFeature.TypeModifier and TypeFieldDescriptionprivate static Map<String,MineshaftFeature.Type>MineshaftFeature.Type.BY_NAMEstatic com.mojang.serialization.Codec<MineshaftFeature.Type>MineshaftFeature.Type.CODECMethods in net.minecraft.world.gen.feature that return MineshaftFeature.TypeModifier and TypeMethodDescriptionstatic MineshaftFeature.TypeMineshaftFeature.Type.byIndex(int index)private static MineshaftFeature.Typestatic MineshaftFeature.TypeReturns the enum constant of this class with the specified name.static MineshaftFeature.Type[]MineshaftFeature.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.world.gen.feature with parameters of type MineshaftFeature.TypeModifierConstructorDescriptionMineshaftFeatureConfig(float probability, MineshaftFeature.Type type)