Uses of Enum Class
net.minecraft.client.render.model.ModelRotation
Packages that use ModelRotation
- 
Uses of ModelRotation in net.minecraft.client.render.modelFields in net.minecraft.client.render.model with type parameters of type ModelRotationModifier and TypeFieldDescriptionprivate static final Map<Integer,ModelRotation> ModelRotation.BY_INDEXMethods 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.
- 
Uses of ModelRotation in net.minecraft.client.render.model.jsonMethods in net.minecraft.client.render.model.json that return ModelRotationModifier and TypeMethodDescriptionprotected ModelRotationModelVariant.Deserializer.deserializeRotation(JsonObject object)