Interface PlayerGameConnection

All Superinterfaces:
PlayerCommonConnection, PlayerConnection, ReadablePlayerCookieConnection, WritablePlayerCookieConnection

public interface PlayerGameConnection extends PlayerCommonConnection
  • Method Details

    • reenterConfiguration

      void reenterConfiguration()
      Bumps the player to the configuration stage.

      This will, by default, cause the player to stay until their connection is released by PlayerConfigurationConnection.completeReconfiguration()

    • getPlayer

      Player getPlayer()
      Gets the player that is associated with this game connection.
      Returns:
      player