Package org.spongepowered.api.network
Interface LocalPlayerConnection
- 
- All Superinterfaces:
- ClientSideConnection,- EngineConnection,- PlayerConnection,- RemoteConnection
 
 public interface LocalPlayerConnection extends PlayerConnection, ClientSideConnection Represents a connection of a client to the server where the clientplayerhas successfully joined.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description LocalPlayerplayer()Gets the associatedplayerfor this connection.- 
Methods inherited from interface org.spongepowered.api.network.ClientSideConnectionside
 - 
Methods inherited from interface org.spongepowered.api.network.EngineConnectionclose, close
 - 
Methods inherited from interface org.spongepowered.api.network.RemoteConnectionaddress, virtualHost
 
- 
 
- 
- 
- 
Method Detail- 
playerLocalPlayer player() Gets the associatedplayerfor this connection.- Specified by:
- playerin interface- PlayerConnection
- Returns:
- The associated player
 
 
- 
 
-