public interface Database
| Modifier and Type | Method and Description |
|---|---|
int |
findStackWithHash(java.lang.String hash)
Get an item stack with the specified hash stored in this database.
|
net.minecraft.item.ItemStack |
getStackInSlot(int slot)
Get an item stack stored in the specified slot of this database.
|
int |
size()
The number of slots in this database.
|
int size()
net.minecraft.item.ItemStack getStackInSlot(int slot)
slot - the slot of the item stack.int findStackWithHash(java.lang.String hash)
hash - the hash of the item stack.