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.TypeMineshaftGenerator.MineshaftPart.mineshaftTypeMethods in net.minecraft.structure with parameters of type MineshaftStructure.TypeModifier and TypeMethodDescriptionprivate static MineshaftGenerator.MineshaftPartMineshaftGenerator.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_IDstatic final com.mojang.serialization.Codec<MineshaftStructure.Type>MineshaftStructure.Type.CODECMethods in net.minecraft.world.gen.structure that return MineshaftStructure.TypeModifier and TypeMethodDescriptionstatic MineshaftStructure.TypeMineshaftStructure.Type.byId(int id) static MineshaftStructure.TypeReturns 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)