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.BY_INDEX
Methods in net.minecraft.client.render.model that return ModelRotationModifier and TypeMethodDescriptionstatic ModelRotation
ModelRotation.get
(int x, int y) static ModelRotation
Returns 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.json
Methods in net.minecraft.client.render.model.json that return ModelRotationModifier and TypeMethodDescriptionprotected ModelRotation
ModelVariant.Deserializer.deserializeRotation
(JsonObject object)