Package io.papermc.paper.connection
Interface PlayerGameConnection
- All Superinterfaces:
PlayerCommonConnection
,PlayerConnection
,ReadablePlayerCookieConnection
,WritablePlayerCookieConnection
-
Method Summary
Modifier and TypeMethodDescriptionGets the player that is associated with this game connection.void
Bumps the player to the configuration stage.Methods inherited from interface io.papermc.paper.connection.PlayerCommonConnection
getClientOption, sendLinks, sendReportDetails, transfer
Methods inherited from interface io.papermc.paper.connection.PlayerConnection
disconnect, getAddress, getClientAddress, getHAProxyAddress, getVirtualHost, isTransferred
Methods inherited from interface io.papermc.paper.connection.ReadablePlayerCookieConnection
retrieveCookie
Methods 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
-