Uses of Enum Class
net.minecraft.world.gen.structure.MineshaftStructure.Type
-
Uses of MineshaftStructure.Type in net.minecraft.structure
Modifier and TypeFieldDescriptionprotected MineshaftStructure.Type
MineshaftGenerator.MineshaftPart.mineshaftType
Modifier 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) ModifierConstructorDescriptionMineshaftCorridor
(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
Modifier and TypeFieldDescriptionprivate static final IntFunction<MineshaftStructure.Type>
MineshaftStructure.Type.BY_ID
static final StringIdentifiable.Codec<MineshaftStructure.Type>
MineshaftStructure.Type.CODEC
Modifier 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.ModifierConstructorDescriptionMineshaftStructure
(Structure.Config config, MineshaftStructure.Type type)