Uses of Class
net.minecraft.client.render.model.ModelRotation
| Package | Description |
|---|---|
| net.minecraft.client.render.model | |
| net.minecraft.client.render.model.json |
-
Uses of ModelRotation in net.minecraft.client.render.model
Fields in net.minecraft.client.render.model with type parameters of type ModelRotation Modifier and Type Field Description private static Map<Integer,ModelRotation>ModelRotation. BY_INDEXMethods in net.minecraft.client.render.model that return ModelRotation Modifier and Type Method Description static ModelRotationModelRotation. get(int x, int y)static ModelRotationModelRotation. valueOf(String name)Returns the enum constant of this type with the specified name.static ModelRotation[]ModelRotation. values()Returns an array containing the constants of this enum type, 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 ModelRotation Modifier and Type Method Description protected ModelRotationModelVariant.Deserializer. deserializeRotation(JsonObject object)