Uses of Enum Class
net.minecraft.structure.MineshaftStructure.class_3014
Packages that use MineshaftStructure.class_3014
-
Uses of MineshaftStructure.class_3014 in net.minecraft.structure
Fields in net.minecraft.structure declared as MineshaftStructure.class_3014Modifier and TypeFieldDescriptionprotected MineshaftStructure.class_3014MineshaftPieces.class_3015.field_14868Methods in net.minecraft.structure that return MineshaftStructure.class_3014Modifier and TypeMethodDescriptionMineshaftStructure.class_3014.method_13368(int int2) Returns the enum constant of this class with the specified name.static MineshaftStructure.class_3014[]MineshaftStructure.class_3014.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.structure with parameters of type MineshaftStructure.class_3014Modifier and TypeMethodDescriptionprivate static MineshaftPieces.class_3015MineshaftPieces.method_13369(List<StructurePiece> list, Random random, int int2, int int3, int int4, Direction direction, int int5, MineshaftStructure.class_3014 class_3014) Constructors in net.minecraft.structure with parameters of type MineshaftStructure.class_3014ModifierConstructorDescriptionclass_3015(int int2, MineshaftStructure.class_3014 class_3014) MineshaftCorridor(int int2, Random random, BlockBox blockBox, Direction direction, MineshaftStructure.class_3014 class_3014) MineshaftCrossing(int int2, Random random, BlockBox blockBox, Direction direction, MineshaftStructure.class_3014 class_3014) MineshaftRoom(int int2, Random random, int int3, int int4, MineshaftStructure.class_3014 class_3014) MineshaftStairs(int int2, Random random, BlockBox blockBox, Direction direction, MineshaftStructure.class_3014 class_3014) -
Uses of MineshaftStructure.class_3014 in net.minecraft.world.gen
Fields in net.minecraft.world.gen declared as MineshaftStructure.class_3014Modifier and TypeFieldDescriptionprivate MineshaftStructure.class_3014MineshaftGeneratorConfig.field_14869Constructors in net.minecraft.world.gen with parameters of type MineshaftStructure.class_3014ModifierConstructorDescriptionMineshaftGeneratorConfig(World world, Random random, int int2, int int3, MineshaftStructure.class_3014 class_3014)