public interface IInventoryProvider
| Modifier and Type | Method and Description |
|---|---|
MalisisGui |
getGui(MalisisInventoryContainer container)
Gets the
MalisisGui associated with the MalisisInventory. |
MalisisInventory[] |
getInventories(net.minecraftforge.common.util.ForgeDirection side,
java.lang.Object... data)
Gets the
MalisisInventory for a specific side for this IInventoryProvider. |
MalisisInventory[] |
getInventories(java.lang.Object... data)
Gets the
MalisisInventory for this IInventoryProvider. |
MalisisInventory[] getInventories(java.lang.Object... data)
MalisisInventory for this IInventoryProvider.data - null for TileEntity, ItemStack for ItemMalisisInventory[] getInventories(net.minecraftforge.common.util.ForgeDirection side, java.lang.Object... data)
MalisisInventory for a specific side for this IInventoryProvider.side - the sidedata - null for TileEntity, ItemStack for ItemMalisisGui getGui(MalisisInventoryContainer container)
MalisisGui associated with the MalisisInventory.container - the container