Package appeng.api.networking
Interface IGridConnectionVisitor
- All Superinterfaces:
 IGridVisitor
- 
Method Summary
Modifier and TypeMethodDescriptionvoidCalled for each connection on the network.Methods inherited from interface appeng.api.networking.IGridVisitor
visitNode 
- 
Method Details
- 
visitConnection
Called for each connection on the network.- Parameters:
 n- the connection.
 
 -