Uses of Record Class
eu.cloudnetservice.modules.bridge.player.NetworkPlayerProxyInfo
Packages that use NetworkPlayerProxyInfo
Package
Description
-
Uses of NetworkPlayerProxyInfo in eu.cloudnetservice.modules.bridge.node.event
Fields in eu.cloudnetservice.modules.bridge.node.event declared as NetworkPlayerProxyInfoModifier and TypeFieldDescriptionprivate final NetworkPlayerProxyInfoLocalPlayerPreLoginEvent.playerInfoMethods in eu.cloudnetservice.modules.bridge.node.event that return NetworkPlayerProxyInfoModifier and TypeMethodDescriptionLocalPlayerPreLoginEvent.playerInfo()Gets the player proxy info for the player requesting a login.Constructors in eu.cloudnetservice.modules.bridge.node.event with parameters of type NetworkPlayerProxyInfoModifierConstructorDescriptionLocalPlayerPreLoginEvent(@NonNull NetworkPlayerProxyInfo playerInfo) Constructs a new player pre login event with the given player proxy info. -
Uses of NetworkPlayerProxyInfo in eu.cloudnetservice.modules.bridge.player
Fields in eu.cloudnetservice.modules.bridge.player declared as NetworkPlayerProxyInfoModifier and TypeFieldDescriptionprotected NetworkPlayerProxyInfoCloudOfflinePlayer.lastNetworkPlayerProxyInfoprotected final NetworkPlayerProxyInfoCloudPlayer.networkPlayerProxyInfoMethods in eu.cloudnetservice.modules.bridge.player that return NetworkPlayerProxyInfoModifier and TypeMethodDescriptionNetworkPlayerProxyInfo.clone()CloudOfflinePlayer.lastNetworkPlayerProxyInfo()Gets the last known proxy player info for this player.CloudPlayer.networkPlayerProxyInfo()Gets the network player proxy info for the current connection between the player and the proxy.Methods in eu.cloudnetservice.modules.bridge.player with parameters of type NetworkPlayerProxyInfoModifier and TypeMethodDescriptionvoidCloudOfflinePlayer.lastNetworkPlayerProxyInfo(@NonNull NetworkPlayerProxyInfo lastNetworkPlayerProxyInfo) Sets the last known proxy player info of this player.Constructors in eu.cloudnetservice.modules.bridge.player with parameters of type NetworkPlayerProxyInfoModifierConstructorDescriptionCloudOfflinePlayer(@NonNull String name, long firstLoginTimeMillis, long lastLoginTimeMillis, @NonNull NetworkPlayerProxyInfo proxyInfo, @NonNull eu.cloudnetservice.driver.document.Document properties) Constructs a new cloud offline player.CloudPlayer(@NonNull NetworkPlayerProxyInfo networkPlayerProxyInfo, @NonNull NetworkServiceInfo loginService, @NonNull NetworkServiceInfo connectedService, @Nullable NetworkPlayerServerInfo networkPlayerServerInfo, @NonNull eu.cloudnetservice.driver.document.Document onlineProperties, @NonNull String name, long firstLoginTimeMillis, long lastLoginTimeMillis, @NonNull NetworkPlayerProxyInfo lastNetworkPlayerProxyInfo, @NonNull eu.cloudnetservice.driver.document.Document properties) Constructs a new online cloud player.