I - The type of the item (e.g. Integer)S - The type of the item stack (e.g. LegacyItemStack)public interface ICraftingInventory<I,S extends net.lenni0451.mcstructs.items.AItemStack<I,S>>
| Modifier and Type | Method and Description |
|---|---|
int |
getSize() |
S |
getStack(int slotId)
Get the item stack in the given slot.
|
S |
getStack(int row,
int column)
Get the itemstack in the given row and column.
|
int getSize()
S getStack(int slotId)
slotId - The slot idS getStack(int row, int column)
row - The rowcolumn - The column