| Modifier and Type | Field and Description |
|---|---|
ItemStack |
stack |
| Constructor and Description |
|---|
ItemKey(Item item,
int damage) |
ItemKey(Item item,
int damage,
NBTTagCompound tag) |
ItemKey(Item item,
NBTTagCompound tag) |
ItemKey(ItemStack k) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareInt(int a,
int b) |
int |
compareTo(ItemKey o) |
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
public ItemKey(ItemStack k)
public ItemKey(Item item,
int damage)
public ItemKey(Item item,
NBTTagCompound tag)
public ItemKey(Item item,
int damage,
NBTTagCompound tag)