public interface IInventoryHolder
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.Integer> |
getInputSlots(ItemInstance instance,
Direction dir) |
IInventory |
getInventory() |
java.util.List<java.lang.Integer> |
getOutputSlots(Direction dir) |
IInventory getInventory()
java.util.List<java.lang.Integer> getInputSlots(ItemInstance instance, Direction dir)
java.util.List<java.lang.Integer> getOutputSlots(Direction dir)