| Class | Description |
|---|---|
| MENetworkBootingStatusChange | |
| MENetworkCellArrayUpdate |
Posted by storage devices to inform AE to refresh its storage structure.
|
| MENetworkChannelChanged |
Posted by storage devices to inform AE the channel cache that the included node has changed its mind about its
channel requirements.
|
| MENetworkChannelsChanged |
Posted to the
IGridHost when the channels on the node connections are altered. |
| MENetworkControllerChange |
Event posted when the networks controller state changes, this can be from no
controller to 1 controller, or any time the network changes from conflicted
to not conflicted.
|
| MENetworkCraftingCpuChange | |
| MENetworkCraftingPatternChange | |
| MENetworkEvent |
Part of AE's Event Bus.
|
| MENetworkPostCacheConstruction |
Posted after all the caches are available, but before the grid is fully
constructed, can be used to perform cross cache construction processes.
|
| MENetworkPowerIdleChange |
Implementers of a IGridBlock must post this event when your getIdlePowerUsage
starts returning a new value, if you do not post this event the network will
not change the idle draw.
|
| MENetworkPowerStatusChange |
Posted by the network when the power status of the network goes up or down,
the change is reflected via the
IEnergyGrid.isNetworkPowered() or via
IGridNode.isActive()
Note: Most machines just need to check IGridNode.isActive() |
| MENetworkPowerStorage |
informs the network, that a
IAEPowerStorage block that had either run,
out of power, or was full, is no longer in that state. |
| MENetworkSecurityChange |
Posted by the security framework when permissions change
|
| MENetworkSpatialEvent |
An event that is posted whenever a spatial IO is active, called for IGridCache
|
| MENetworkStorageEvent |
posted by the network when the networks Storage Changes, you can use the currentItems list to check levels, and
update status.
|
| Enum | Description |
|---|---|
| MENetworkPowerStorage.PowerEventType |
| Annotation Type | Description |
|---|---|
| MENetworkEventSubscribe |
Usable on any
IGridHost, or IGridCache |