| Interface | Description |
|---|---|
| ICellContainer |
Represents an
IGridHost that contributes to storage, such as a ME Chest, or ME Drive. |
| ICellGuiHandler | |
| ICellHandler |
Registration record for
ICellRegistry |
| ICellInventory<T extends IAEStack<T>> | |
| ICellInventoryHandler<T extends IAEStack<T>> | |
| ICellProvider |
Allows you to provide cells via non IGridHosts directly to the storage system, drives, and similar features should go
though
ICellContainer and be automatically handled by the storage system. |
| ICellRegistry |
Storage Cell Registry, used for specially implemented cells, if you just want to make a item act like a cell, or new
cell with different bytes, then you should probably consider IStorageCell instead its considerably simpler.
|
| ICellWorkbenchItem | |
| IMEInventory<T extends IAEStack<T>> |
AE's Equivalent to IInventory, used to reading contents, and manipulating contents of ME Inventories.
|
| IMEInventoryHandler<T extends IAEStack<T>> |
Thin logic layer that can be swapped with different IMEInventory implementations, used to handle features related to
storage, that are Separate from the storage medium itself.
|
| IMEMonitor<T extends IAEStack<T>> | |
| IMEMonitorHandlerReceiver<T extends IAEStack<T>> | |
| ISaveProvider |
Tells the cell provider that changes have been made an the cell must be persisted
|
| ISpatialDimension | |
| IStorageChannel<T extends IAEStack<T>> | |
| IStorageHelper | |
| IStorageMonitorable |
Exposes the monitorable network inventories of a grid node that choses to export them.
|
| IStorageMonitorableAccessor |
Allows storage buses to request access to another ME network so it can be used as a subnetwork.
|
| ITerminalHost |