public class BeaconInventory_v1_7<I,S extends net.lenni0451.mcstructs.items.AItemStack<I,S>> extends java.lang.Object implements IInventory_v1_7<I,S>
| Constructor and Description |
|---|
BeaconInventory_v1_7() |
| Modifier and Type | Method and Description |
|---|---|
int |
getSize() |
S |
getStack(int slotId) |
int |
maxStackCount() |
void |
setStack(int slotId,
S stack) |
S |
split(int slotId,
int count) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonUpdatepublic int maxStackCount()
maxStackCount in interface IInventory<I,S extends net.lenni0451.mcstructs.items.AItemStack<I,S>>public S split(int slotId, int count)
public int getSize()
public S getStack(int slotId)