Uses of Enum Class
net.minecraft.world.gen.feature.structure.MineshaftStructure.Type
Packages that use MineshaftStructure.Type
-
Uses of MineshaftStructure.Type in net.minecraft.world.gen.feature.structure
Fields in net.minecraft.world.gen.feature.structure declared as MineshaftStructure.TypeModifier and TypeFieldDescriptionfinal MineshaftStructure.Type
MineshaftConfig.type
protected MineshaftStructure.Type
MineshaftPieces.Piece.type
Fields in net.minecraft.world.gen.feature.structure with type parameters of type MineshaftStructure.TypeModifier and TypeFieldDescriptionprivate static final Map<String,
MineshaftStructure.Type> MineshaftStructure.Type.BY_NAME
static final com.mojang.serialization.Codec<MineshaftStructure.Type>
MineshaftStructure.Type.CODEC
Methods in net.minecraft.world.gen.feature.structure that return MineshaftStructure.TypeModifier and TypeMethodDescriptionstatic MineshaftStructure.Type
MineshaftStructure.Type.byId
(int p_189910_0_) private static MineshaftStructure.Type
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.Methods in net.minecraft.world.gen.feature.structure with parameters of type MineshaftStructure.TypeModifier and TypeMethodDescriptionprivate static MineshaftPieces.Piece
MineshaftPieces.createRandomShaftPiece
(List<StructurePiece> p_189940_0_, Random p_189940_1_, int p_189940_2_, int p_189940_3_, int p_189940_4_, Direction p_189940_5_, int p_189940_6_, MineshaftStructure.Type p_189940_7_) Constructors in net.minecraft.world.gen.feature.structure with parameters of type MineshaftStructure.TypeModifierConstructorDescriptionCorridor
(int p_i47140_1_, Random p_i47140_2_, MutableBoundingBox p_i47140_3_, Direction p_i47140_4_, MineshaftStructure.Type p_i47140_5_) Cross
(int p_i50455_1_, MutableBoundingBox p_i50455_2_, Direction p_i50455_3_, MineshaftStructure.Type p_i50455_4_) MineshaftConfig
(float p_i241988_1_, MineshaftStructure.Type p_i241988_2_) Piece
(IStructurePieceType p_i50452_1_, int p_i50452_2_, MineshaftStructure.Type p_i50452_3_) Room
(int p_i47137_1_, Random p_i47137_2_, int p_i47137_3_, int p_i47137_4_, MineshaftStructure.Type p_i47137_5_) Stairs
(int p_i50449_1_, MutableBoundingBox p_i50449_2_, Direction p_i50449_3_, MineshaftStructure.Type p_i50449_4_)