Package io.papermc.paper.connection
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 io.papermc.paper.connection.PlayerCommonConnection
getClientOption, sendLinks, sendReportDetails, transferMethods inherited from interface io.papermc.paper.connection.PlayerConnection
disconnect, getAddress, getClientAddress, getHAProxyAddress, getVirtualHost, isConnected, isTransferredMethods inherited from interface org.bukkit.plugin.messaging.PluginMessageRecipient
getListeningPluginChannels, sendPluginMessageMethods inherited from interface io.papermc.paper.connection.ReadablePlayerCookieConnection
retrieveCookieMethods inherited from interface io.papermc.paper.connection.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
Player getPlayer()Gets the player that is associated with this game connection.- Returns:
- player
-