Interface PlayerGameConnection
- All Superinterfaces:
PlayerCommonConnection, PlayerConnection, PluginMessageRecipient, ReadablePlayerCookieConnection, WritablePlayerCookieConnection
-
Method Summary
Modifier and TypeMethodDescriptionGets the player that is associated with this game connection.voidBumps the player to the configuration stage.Methods inherited from interface PlayerCommonConnection
getClientOption, sendLinks, sendReportDetails, transferMethods inherited from interface PlayerConnection
disconnect, getAddress, getClientAddress, getHAProxyAddress, getVirtualHost, isConnected, isTransferredMethods inherited from interface PluginMessageRecipient
getListeningPluginChannels, sendPluginMessageMethods inherited from interface ReadablePlayerCookieConnection
retrieveCookieMethods inherited from interface WritablePlayerCookieConnection
storeCookie
-
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
-