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_INDEX
Methods in net.minecraft.client.renderer.model that return ModelRotation Modifier and Type Method Description static ModelRotation
ModelRotation. by(int p_177524_0_, int p_177524_1_)
protected ModelRotation
Variant.Deserializer. getBlockRotation(com.google.gson.JsonObject p_188042_1_)
static ModelRotation
ModelRotation. 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.
-