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
public final class EngineConnectionSide<C extends EngineConnection> extends Object
Represents the side of an engine connection.
-
-
Field Summary
Fields Modifier and Type Field Description static EngineConnectionSide<ClientSideConnection>
CLIENT
The client side.static EngineConnectionSide<ServerSideConnection>
SERVER
The server side.
-
-
-
Field Detail
-
CLIENT
public static final EngineConnectionSide<ClientSideConnection> CLIENT
The client side.
-
SERVER
public static final EngineConnectionSide<ServerSideConnection> SERVER
The server side.
-
-