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 holder, 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 box) 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.TypeModifier and TypeFieldDescriptionprivate final MineshaftFeature.TypeMineshaftFeature.field_37802Fields in net.minecraft.world.gen.feature with type parameters of type MineshaftFeature.TypeModifier and TypeFieldDescriptionstatic final StringIdentifiable.Codec<MineshaftFeature.Type>MineshaftFeature.Type.CODECMethods in net.minecraft.world.gen.feature that return MineshaftFeature.TypeModifier and TypeMethodDescriptionstatic MineshaftFeature.TypeMineshaftFeature.Type.byIndex(int index) static 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.TypeModifierConstructorDescriptionMineshaftFeature(StructureFeature.Config config, MineshaftFeature.Type type)