| Interface | Description |
|---|---|
| ICellContainer |
Represents an
IGridHost that contributes to storage, such as a ME Chest, or ME Drive. |
| ICellHandler |
Registration record for
ICellRegistry |
| ICellInventory | |
| ICellInventoryHandler | |
| 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 | |
| IExternalStorageHandler |
A Registration Record for
IExternalStorageRegistry |
| IExternalStorageRegistry |
A Registry of External Storage handlers.
|
| IMEInventory<StackType extends IAEStack> |
AE's Equivalent to IInventory, used to reading contents, and manipulating contents of ME Inventories.
|
| IMEInventoryHandler<StackType extends IAEStack> |
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> | |
| IMEMonitorHandlerReceiver<StackType extends IAEStack> | |
| ISaveProvider | |
| IStorageHelper | |
| IStorageMonitorable |
represents the internal behavior of a
ITileStorageMonitorable use it to get this value for a tile, or part. |
| ITerminalHost |
| Class | Description |
|---|---|
| MEMonitorHandler<StackType extends IAEStack> |
Common implementation of a simple class that monitors injection/extraction of a inventory to send events to a list of
listeners.
|
| Enum | Description |
|---|---|
| StorageChannel |