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 Summary
Modifier and TypeFieldDescriptionstatic final EngineConnectionSide
<ClientSideConnection> The client side.static final EngineConnectionSide
<ServerSideConnection> The server side. -
Method Summary
-
Field Details
-
CLIENT
The client side. -
SERVER
The server side.
-