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 the Player has successfully joined.
  • Method Details

    • player

      Player player()
      Gets the associated player for this connection.
      Returns:
      The associated player