Uses of Interface
net.md_5.bungee.api.connection.ProxiedPlayer
- 
Packages that use ProxiedPlayer Package Description io.github.waterfallmc.waterfall.exception net.md_5.bungee.api net.md_5.bungee.api.config net.md_5.bungee.api.connection net.md_5.bungee.api.event 
- 
- 
Uses of ProxiedPlayer in io.github.waterfallmc.waterfall.exceptionMethods in io.github.waterfallmc.waterfall.exception that return ProxiedPlayer Modifier and Type Method Description ProxiedPlayerProxyPluginMessageException. getPlayer()Gets the player which the plugin message causing the exception originated fromConstructors in io.github.waterfallmc.waterfall.exception with parameters of type ProxiedPlayer Constructor Description ProxyPluginMessageException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace, Plugin responsiblePlugin, ProxiedPlayer player, String channel, byte[] data)ProxyPluginMessageException(String message, Throwable cause, Plugin responsiblePlugin, ProxiedPlayer player, String channel, byte[] data)ProxyPluginMessageException(Throwable cause, Plugin responsiblePlugin, ProxiedPlayer player, String channel, byte[] data)
- 
Uses of ProxiedPlayer in net.md_5.bungee.apiMethods in net.md_5.bungee.api that return ProxiedPlayer Modifier and Type Method Description abstract ProxiedPlayerProxyServer. getPlayer(String name)Gets a connected player via their unique username.abstract ProxiedPlayerProxyServer. getPlayer(UUID uuid)Gets a connected player via their UUIDMethods in net.md_5.bungee.api that return types with arguments of type ProxiedPlayer Modifier and Type Method Description abstract Collection<ProxiedPlayer>ProxyServer. getPlayers()Return all players currently connected.abstract Collection<ProxiedPlayer>ProxyServer. matchPlayer(String match)Attempts to match any players with the given name, and returns a list of all possible matches.Methods in net.md_5.bungee.api with parameters of type ProxiedPlayer Modifier and Type Method Description ServerInfoAbstractReconnectHandler. getServer(ProxiedPlayer player)ServerInfoReconnectHandler. getServer(ProxiedPlayer player)Gets the initial server name for a connecting player.protected abstract ServerInfoAbstractReconnectHandler. getStoredServer(ProxiedPlayer player)TitleTitle. send(ProxiedPlayer player)Send this title configuration to the specified player.voidReconnectHandler. setServer(ProxiedPlayer player)Save the server of this player before they disconnect so it can be retrieved later.
- 
Uses of ProxiedPlayer in net.md_5.bungee.api.configMethods in net.md_5.bungee.api.config that return types with arguments of type ProxiedPlayer Modifier and Type Method Description Collection<ProxiedPlayer>ServerInfo. getPlayers()Get the set of all players on this server.
- 
Uses of ProxiedPlayer in net.md_5.bungee.api.connectionSubinterfaces of ProxiedPlayer in net.md_5.bungee.api.connection Modifier and Type Interface Description interfaceConnectedPlayerRepresents a player physically connected to the world hosted on this server.
- 
Uses of ProxiedPlayer in net.md_5.bungee.api.eventMethods in net.md_5.bungee.api.event that return ProxiedPlayer Modifier and Type Method Description ProxiedPlayerPlayerDisconnectEvent. getPlayer()Player disconnecting.ProxiedPlayerPostLoginEvent. getPlayer()The player involved with this event.ProxiedPlayerServerConnectedEvent. getPlayer()Player whom the server is for.ProxiedPlayerServerConnectEvent. getPlayer()Player connecting to a new server.@NonNull ProxiedPlayerServerDisconnectEvent. getPlayer()Player disconnecting from a server.ProxiedPlayerServerKickEvent. getPlayer()Player being kicked.ProxiedPlayerServerSwitchEvent. getPlayer()Player whom the server is for.ProxiedPlayerSettingsChangedEvent. getPlayer()Player who changed the settings.
 
-