Package org.spongepowered.api.network
Interface ServerSideConnection
- All Superinterfaces:
- EngineConnection,- RemoteConnection
- All Known Subinterfaces:
- ServerPlayerConnection
Represents a connection between a minecraft client and server.
- 
Method SummaryModifier and TypeMethodDescriptionprofile()Gets the profile of the client.default EngineConnectionSide<? extends ServerSideConnection>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
 
- 
profileGameProfile profile()Gets the profile of the client.- Returns:
- The client's profile
 
 
-