Uses of Enum Class
net.minecraft.class_3867.class_3014
Packages that use class_3867.class_3014
-
Uses of class_3867.class_3014 in net.minecraft
Fields in net.minecraft declared as class_3867.class_3014Modifier and TypeFieldDescriptionfinal class_3867.class_3014class_3866.field_19216private class_3867.class_3014class_3867.class_1258.field_19217Methods in net.minecraft that return class_3867.class_3014Modifier and TypeMethodDescriptionstatic class_3867.class_3014class_3867.class_3014.method_13368(int int2) static class_3867.class_3014Returns the enum constant of this class with the specified name.static class_3867.class_3014[]class_3867.class_3014.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft with parameters of type class_3867.class_3014 -
Uses of class_3867.class_3014 in net.minecraft.structure
Fields in net.minecraft.structure declared as class_3867.class_3014Modifier and TypeFieldDescriptionprotected class_3867.class_3014MineshaftPieces.class_3015.field_14868Methods in net.minecraft.structure with parameters of type class_3867.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, class_3867.class_3014 class_3014) Constructors in net.minecraft.structure with parameters of type class_3867.class_3014ModifierConstructorDescriptionclass_3015(int int2, class_3867.class_3014 class_3014) MineshaftCorridor(int int2, Random random, BlockBox blockBox, Direction direction, class_3867.class_3014 class_3014) MineshaftCrossing(int int2, Random random, BlockBox blockBox, Direction direction, class_3867.class_3014 class_3014) MineshaftRoom(int int2, Random random, int int3, int int4, class_3867.class_3014 class_3014) MineshaftStairs(int int2, Random random, BlockBox blockBox, Direction direction, class_3867.class_3014 class_3014)