Package org.spongepowered.api.network
Interface LocalPlayerConnection
- All Superinterfaces:
- ClientSideConnection,- EngineConnection,- PlayerConnection,- RemoteConnection
Represents a connection of a client to the server where
 the client 
player has successfully joined.- 
Method SummaryMethods inherited from interface org.spongepowered.api.network.ClientSideConnectionsideMethods inherited from interface org.spongepowered.api.network.EngineConnectionclose, closeMethods inherited from interface org.spongepowered.api.network.RemoteConnectionaddress, virtualHost
- 
Method Details- 
playerLocalPlayer player()Gets the associatedplayerfor this connection.- Specified by:
- playerin interface- PlayerConnection
- Returns:
- The associated player
 
 
-