Uses of Enum Class
net.minecraft.client.render.model.ModelRotation
Packages that use ModelRotation
-
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_11289Methods 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.Methods in net.minecraft.client.render.model with parameters of type ModelRotationModifier and TypeMethodDescriptionprivate int[]ModelFaceBaker.createQuadData(ModelElementFace face, Sprite sprite, Direction dir, float[] matrix, ModelRotation rotation1, ModelRotation rotation2, boolean bool, boolean bool2) intModelFaceBaker.method_10053(org.lwjgl.util.vector.Vector3f vector3f, Direction direction, int int2, ModelRotation modelRotation, boolean bool) ModelFaceBaker.method_10055(org.lwjgl.util.vector.Vector3f vector3f, org.lwjgl.util.vector.Vector3f vector3f2, ModelElementFace face, Sprite sprite, Direction direction, ModelRotation modelRotation, ModelRotation modelRotation2, boolean bool, boolean bool2) private voidModelFaceBaker.method_10059(int[] int2, int int3, Direction direction, ModelElementFace modelElementFace, float[] float2, Sprite sprite, ModelRotation modelRotation, ModelRotation modelRotation2, boolean bool, boolean bool2) private BakedQuadModelLoader.method_10384(ModelElement modelElement, ModelElementFace modelElementFace, Sprite sprite, Direction direction, ModelRotation modelRotation, boolean bool) private BakedModelModelLoader.method_10386(BlockModel blockModel, ModelRotation modelRotation, boolean bool) -
Uses of ModelRotation in net.minecraft.client.render.model.json
Fields in net.minecraft.client.render.model.json declared as ModelRotationMethods in net.minecraft.client.render.model.json that return ModelRotationModifier and TypeMethodDescriptionprotected ModelRotationModelVariantMap.Entry.Deserializer.getrotation(JsonObject json) ModelVariantMap.Entry.getRotation()Constructors in net.minecraft.client.render.model.json with parameters of type ModelRotationModifierConstructorDescriptionEntry(Identifier id, ModelRotation rotation, boolean uvLock, int weight)