Package | Description |
---|---|
net.minecraft.client.renderer.model |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<java.lang.Integer,ModelRotation> |
ModelRotation.MAP_ROTATIONS |
Modifier and Type | Method and Description |
---|---|
static ModelRotation |
ModelRotation.getModelRotation(int x,
int y) |
protected ModelRotation |
Variant.Deserializer.parseModelRotation(com.google.gson.JsonObject json) |
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.
|