Uses of Enum Class
net.minecraft.world.gen.structure.MineshaftStructure.Type
Packages that use MineshaftStructure.Type
-
Uses of MineshaftStructure.Type in net.minecraft.structure
Fields in net.minecraft.structure declared as MineshaftStructure.TypeModifier and TypeFieldDescriptionprotected MineshaftStructure.Type
MineshaftGenerator.MineshaftPart.mineshaftType
Methods in net.minecraft.structure with parameters of type MineshaftStructure.TypeModifier and TypeMethodDescriptionprivate static MineshaftGenerator.MineshaftPart
MineshaftGenerator.pickPiece
(StructurePiecesHolder holder, Random random, int x, int y, int z, @Nullable Direction orientation, int chainLength, MineshaftStructure.Type type) Constructors in net.minecraft.structure with parameters of type MineshaftStructure.TypeModifierConstructorDescriptionMineshaftCorridor
(int chainLength, Random random, BlockBox boundingBox, Direction orientation, MineshaftStructure.Type type) MineshaftCrossing
(int chainLength, BlockBox boundingBox, @Nullable Direction orientation, MineshaftStructure.Type type) MineshaftPart
(StructurePieceType structurePieceType, int chainLength, MineshaftStructure.Type type, BlockBox box) MineshaftRoom
(int chainLength, Random random, int x, int z, MineshaftStructure.Type type) MineshaftStairs
(int chainLength, BlockBox boundingBox, Direction orientation, MineshaftStructure.Type type) -
Uses of MineshaftStructure.Type in net.minecraft.world.gen.structure
Fields in net.minecraft.world.gen.structure declared as MineshaftStructure.TypeFields in net.minecraft.world.gen.structure with type parameters of type MineshaftStructure.TypeModifier and TypeFieldDescriptionprivate static final IntFunction<MineshaftStructure.Type>
MineshaftStructure.Type.BY_ID
static final com.mojang.serialization.Codec<MineshaftStructure.Type>
MineshaftStructure.Type.CODEC
Methods in net.minecraft.world.gen.structure that return MineshaftStructure.TypeModifier and TypeMethodDescriptionstatic MineshaftStructure.Type
MineshaftStructure.Type.byId
(int id) static MineshaftStructure.Type
Returns the enum constant of this class with the specified name.static MineshaftStructure.Type[]
MineshaftStructure.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.world.gen.structure with parameters of type MineshaftStructure.TypeModifierConstructorDescriptionMineshaftStructure
(Structure.Config config, MineshaftStructure.Type type)