Interface | Description |
---|---|
IGrid |
Gives you access to Grid based information.
|
IGridBlock |
An Implementation is required to create your node for IGridHost
|
IGridCache |
Allows you to create a network wise service, AE2 uses these for providing
item, spatial, and tunnel services.
|
IGridCacheRegistry |
A registry of grid caches to extend grid functionality.
|
IGridConnection |
Access to AE's internal grid connections.
|
IGridConnectionVisitor | |
IGridHost |
Implement to create a networked
TileEntity or IPart must
be implemented for a part, or tile entity to become part of a grid. |
IGridMultiblock |
An extension of IGridBlock, only means something when your getFlags() contains REQUIRE_CHANNEL, when done properly it
will call the method to get a list of all related nodes and give each of them a channel simultaneously for the entire
set.
|
IGridNode |
Gives you a view into your Nodes connections and information.
|
IGridStorage | |
IGridVisitor |
Simple Visitor pattern access to network nodes.
|
IMachineSet |
Enum | Description |
---|---|
GridFlags |
Various flags to determine network node behavior.
|
GridNotification |