public interface IInventory<I,S extends net.lenni0451.mcstructs.items.AItemStack<I,S>>
| Modifier and Type | Method and Description |
|---|---|
int |
getSize() |
S |
getStack(int slotId) |
default int |
maxStackCount() |
default void |
onUpdate() |
void |
setStack(int slotId,
S stack) |