Package org.spongepowered.api.network
Interface ClientSideConnection
- All Superinterfaces:
- EngineConnection,- RemoteConnection
- All Known Subinterfaces:
- LocalPlayerConnection
Represents a connection from the client to the
 server on the client side.
- 
Method SummaryModifier and TypeMethodDescriptiondefault EngineConnectionSide<ClientSideConnection>side()Gets the side this connection is on.Methods inherited from interface org.spongepowered.api.network.EngineConnectionclose, closeMethods inherited from interface org.spongepowered.api.network.RemoteConnectionaddress, virtualHost
- 
Method Details- 
sideDescription copied from interface:EngineConnectionGets the side this connection is on.- Specified by:
- sidein interface- EngineConnection
- Returns:
- The side
 
 
-