Package org.spongepowered.api.network
Interface PlayerConnection
- 
- All Superinterfaces:
- EngineConnection,- RemoteConnection
 - All Known Subinterfaces:
- LocalPlayerConnection,- ServerPlayerConnection
 
 public interface PlayerConnection extends EngineConnection Represents a connection of a client to the server where thePlayerhas successfully joined.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description Playerplayer()Gets the associatedplayerfor this connection.- 
Methods inherited from interface org.spongepowered.api.network.EngineConnectionclose, close, side
 - 
Methods inherited from interface org.spongepowered.api.network.RemoteConnectionaddress, virtualHost
 
- 
 
-