Uses of Enum Class
net.minecraft.client.render.model.ModelRotation
-
Uses of ModelRotation in net.minecraft.client.render.model
Modifier and TypeFieldDescriptionprivate static final Map<Integer,
ModelRotation> ModelRotation.BY_INDEX
Modifier 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
Modifier and TypeMethodDescriptionprotected ModelRotation
ModelVariant.Deserializer.deserializeRotation
(JsonObject object)