IInventorypublic class TileInventory extends BasicFilteredInventory
| Constructor | Description |
|---|---|
TileInventory(TileEntity tile,
int slotAmount,
java.util.List<java.lang.Integer> inputOutputSlots) |
|
TileInventory(TileEntity tile,
int slotAmount,
java.util.List<java.lang.Integer> inputSlots,
java.util.List<java.lang.Integer> outputSlots) |
getInputSlots, getOutputSlotscontainsItem, containsResource, getItemIndexadd, add, addChangeCallback, addExistingFirst, addToSlot, get, getSlotAmount, load, notifyChange, remove, removeChangeCallback, save, setpublic TileInventory(TileEntity tile, int slotAmount, java.util.List<java.lang.Integer> inputOutputSlots)
public TileInventory(TileEntity tile, int slotAmount, java.util.List<java.lang.Integer> inputSlots, java.util.List<java.lang.Integer> outputSlots)