public static class ModelFarmBlock.Key
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
EnumFarmBlockTexture |
texture |
EnumFarmBlockType |
type |
| Constructor and Description |
|---|
Key(EnumFarmBlockTexture texture,
EnumFarmBlockType type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object other) |
int |
hashCode() |
public final EnumFarmBlockTexture texture
public final EnumFarmBlockType type
public Key(EnumFarmBlockTexture texture, EnumFarmBlockType type)