public class HopperInventory_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 |
|---|
HopperInventory_v1_7() |
| Modifier and Type | Method and Description |
|---|---|
int |
getSize() |
S |
getStack(int slotId)
Get the item stack in the given slot.
|
S[] |
getStacks() |
void |
setStack(int slotId,
S stack)
Set the item stack in the given slot.
|
S |
split(int slotId,
int count) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmaxStackCount, onUpdatepublic S[] getStacks()
public S split(int slotId, int count)
public int getSize()
public S getStack(int slotId)
IInventorypublic void setStack(int slotId,
S stack)
IInventory