public abstract class FilteredInventory extends Inventory
| Constructor and Description |
|---|
FilteredInventory(int slotAmount) |
| Modifier and Type | Method and Description |
|---|---|
abstract java.util.List<java.lang.Integer> |
getInputSlots(ItemInstance instance,
Direction dir) |
abstract java.util.List<java.lang.Integer> |
getOutputSlots(Direction dir) |
add, add, addChangeCallback, addExistingFirst, addToSlot, get, getSlotAmount, load, notifyChange, remove, removeChangeCallback, save, setclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcontainsItem, containsResource, getItemIndexpublic abstract java.util.List<java.lang.Integer> getInputSlots(ItemInstance instance, Direction dir)
public abstract java.util.List<java.lang.Integer> getOutputSlots(Direction dir)