Uses of Class
net.minecraft.client.renderer.model.ModelRotation
-
Packages that use ModelRotation Package Description net.minecraft.client.renderer.model -
-
Uses of ModelRotation in net.minecraft.client.renderer.model
Fields in net.minecraft.client.renderer.model with type parameters of type ModelRotation Modifier and Type Field Description private static java.util.Map<java.lang.Integer,ModelRotation>ModelRotation. BY_INDEXMethods in net.minecraft.client.renderer.model that return ModelRotation Modifier and Type Method Description static ModelRotationModelRotation. by(int p_177524_0_, int p_177524_1_)protected ModelRotationVariant.Deserializer. getBlockRotation(com.google.gson.JsonObject p_188042_1_)static ModelRotationModelRotation. valueOf(java.lang.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.
-