Uses of Enum Class
net.minecraft.client.render.model.ModelRotation
Packages that use ModelRotation
-
Uses of ModelRotation in net.minecraft
Methods in net.minecraft with parameters of type ModelRotationModifier and TypeMethodDescriptionprivate static BakedQuadclass_4231.method_19211(ModelElement modelElement, ModelElementFace modelElementFace, Sprite sprite, Direction direction, ModelRotation modelRotation, boolean bool) private BakedModelclass_4231.method_19214(class_4231 class_4231, Function<Identifier, class_4291> function, Function<Identifier, Sprite> function2, ModelRotation modelRotation, boolean bool) private int[]class_4233.method_19236(ModelElementTexture modelElementTexture, Sprite sprite, Direction direction, float[] float2, ModelRotation modelRotation, class_4230 class_4230, boolean bool) private ModelElementTextureclass_4233.method_19237(ModelElementTexture modelElementTexture, Direction direction, ModelRotation modelRotation) private static intclass_4233.method_19238(ModelRotation modelRotation, Direction direction) private static voidclass_4233.method_19239(ModelRotation modelRotation, Direction direction, class_4233.class_2873 class_2873) class_4233.method_19242(class_4306 class_4306, class_4306 class_43062, ModelElementFace modelElementFace, Sprite sprite, Direction direction, ModelRotation modelRotation, class_4230 class_4230, boolean bool, boolean bool2) intclass_4233.method_19244(class_4306 class_4306, Direction direction, int int2, ModelRotation modelRotation) private voidclass_4233.method_19248(int[] int2, int int3, Direction direction, ModelElementTexture modelElementTexture, float[] float2, Sprite sprite, ModelRotation modelRotation, class_4230 class_4230, boolean bool) class_4231.method_19599(Function<Identifier, class_4291> function, Function<Identifier, Sprite> function2, ModelRotation modelRotation, boolean bool) class_4234.method_19599(Function<Identifier, class_4291> function, Function<Identifier, Sprite> function2, ModelRotation modelRotation, boolean bool) class_4236.method_19599(Function<Identifier, class_4291> function, Function<Identifier, Sprite> function2, ModelRotation modelRotation, boolean bool) class_4291.method_19599(Function<Identifier, class_4291> function, Function<Identifier, Sprite> function2, ModelRotation modelRotation, boolean bool) -
Uses of ModelRotation in net.minecraft.client
Fields in net.minecraft.client declared as ModelRotationMethods in net.minecraft.client that return ModelRotationModifier and TypeMethodDescriptionVariant.getRotation()protected ModelRotationVariant.VariantDeserializer.readModelRotation(JsonObject object) Constructors in net.minecraft.client with parameters of type ModelRotationModifierConstructorDescriptionVariant(Identifier id, ModelRotation rotation, boolean uvLock, int weight) -
Uses of ModelRotation in net.minecraft.client.render.model
Fields in net.minecraft.client.render.model with type parameters of type ModelRotationModifier and TypeFieldDescriptionprivate static final Map<Integer,ModelRotation> ModelRotation.field_21055Methods in net.minecraft.client.render.model that return ModelRotationModifier and TypeMethodDescriptionstatic ModelRotationModelRotation.get(int x, int y) static ModelRotationReturns the enum constant of this class with the specified name.static ModelRotation[]ModelRotation.values()Returns an array containing the constants of this enum class, in the order they are declared.