public interface IStorageMonitorable
ITileStorageMonitorable
use it to get this value for a tile, or part.
never check a tile for this, always go though ITileStorageMonitorable if you wish to use this interface.
Modifier and Type | Method and Description |
---|---|
IMEMonitor<IAEFluidStack> |
getFluidInventory()
Access the fluid inventory for the monitorable storage.
|
IMEMonitor<IAEItemStack> |
getItemInventory()
Access the item inventory for the monitorable storage.
|
IMEMonitor<IAEItemStack> getItemInventory()
IMEMonitor<IAEFluidStack> getFluidInventory()