Package appeng.api.networking
package appeng.api.networking
-
ClassDescriptionVarious flags to determine network node behavior.A helper responsible for creating new
IGridNode
, connecting existing nodes, and related features.A registry of grid services to extend grid functionality.Gives you access to Grid based information.Access to AE's internal grid connections.An extension of IGridHost, 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.Gives you a view into a Nodes connections and information.Interface that allows a grid node to notify it's host about various events.Gives a reason for why the active state of the node might have changed.Base interface for services that can be provided byIGridNode
s.Allows you to create a network wise service, AE2 uses these for providing item, spatial, and tunnel services.Allows you to create a grid-wide service.Simple Visitor pattern access to network nodes.Implement to create a networkedBlockEntity
.This interface is intended for the host that created this node.DO NOT IMPLEMENT.