Interface PlayerGameConnection

All Superinterfaces:
PlayerCommonConnection, PlayerConnection, PluginMessageRecipient, ReadablePlayerCookieConnection, WritablePlayerCookieConnection

public interface PlayerGameConnection extends PlayerCommonConnection
Since:
1.21.7
  • 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()

      Since:
      1.21.7
    • getPlayer

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