Package org.spongepowered.api.network
Class EngineConnectionSide<C extends EngineConnection>
java.lang.Object
org.spongepowered.api.network.EngineConnectionSide<C>
- Type Parameters:
- C- The type of the engine connection instance which applies to the side
Represents the side of an engine connection.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final EngineConnectionSide<ClientSideConnection>The client side.static final EngineConnectionSide<ServerSideConnection>The server side.
- 
Method Summary
- 
Field Details- 
CLIENTThe client side.
- 
SERVERThe server side.
 
-