public class TileInventory extends BasicFilteredInventory
| Constructor and 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, getOutputSlotsadd, add, addChangeCallback, addExistingFirst, addToSlot, get, getSlotAmount, load, notifyChange, remove, removeChangeCallback, save, setclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcontainsItem, containsResource, getItemIndexpublic 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)