public interface IStorageGrid extends IGridCache, IStorageMonitorable
| Modifier and Type | Method and Description |
|---|---|
void |
postAlterationOfStoredItems(IStorageChannel<?> chan,
java.lang.Iterable<? extends IAEStack<?>> input,
IActionSource src)
Used to inform the network of alterations to the storage system that fall outside of the standard Network
operations, Examples, ME Chest inputs from the world, or a Storage Bus detecting modifications made to the chest
by an outside force.
|
void |
registerCellProvider(ICellProvider cc)
Used to add a cell provider to the storage system
THIS IT NOT FOR USE
IGridHost THAT PROVIDE ICellContainer - those are automatically handled by
the storage system. |
void |
unregisterCellProvider(ICellProvider cc)
remove a provider added with addCellContainer
|
addNode, onJoin, onSplit, onUpdateTick, populateGridStorage, removeNodegetInventoryvoid postAlterationOfStoredItems(IStorageChannel<?> chan, java.lang.Iterable<? extends IAEStack<?>> input, IActionSource src)
input - injected itemsvoid registerCellProvider(ICellProvider cc)
IGridHost THAT PROVIDE ICellContainer - those are automatically handled by
the storage system.cc - to be added cell providervoid unregisterCellProvider(ICellProvider cc)