Uses of Record Class
eu.cloudnetservice.modules.bridge.player.NetworkPlayerServerInfo
Packages that use NetworkPlayerServerInfo
Package
Description
-
Uses of NetworkPlayerServerInfo in eu.cloudnetservice.modules.bridge.event
Fields in eu.cloudnetservice.modules.bridge.event declared as NetworkPlayerServerInfoModifier and TypeFieldDescriptionprivate final NetworkPlayerServerInfoBridgeServerPlayerLoginEvent.serverInfoMethods in eu.cloudnetservice.modules.bridge.event that return NetworkPlayerServerInfoModifier and TypeMethodDescriptionBridgeServerPlayerLoginEvent.service()Gets the network service info of the service the player connected tp.Constructors in eu.cloudnetservice.modules.bridge.event with parameters of type NetworkPlayerServerInfoModifierConstructorDescriptionBridgeServerPlayerLoginEvent(@NonNull CloudPlayer cloudPlayer, @NonNull NetworkPlayerServerInfo serverInfo) Constructs a new player server login event for the given cloud player and the service the player connected to. -
Uses of NetworkPlayerServerInfo in eu.cloudnetservice.modules.bridge.player
Fields in eu.cloudnetservice.modules.bridge.player declared as NetworkPlayerServerInfoModifier and TypeFieldDescriptionprotected NetworkPlayerServerInfoCloudPlayer.networkPlayerServerInfoMethods in eu.cloudnetservice.modules.bridge.player that return NetworkPlayerServerInfoModifier and TypeMethodDescriptionCloudPlayer.networkPlayerServerInfo()Gets the network player server info for the player and the downstream service the player is connected to.Methods in eu.cloudnetservice.modules.bridge.player with parameters of type NetworkPlayerServerInfoModifier and TypeMethodDescriptionvoidCloudPlayer.networkPlayerServerInfo(@NonNull NetworkPlayerServerInfo networkPlayerServerInfo) Sets the network player info to the given server info.Constructors in eu.cloudnetservice.modules.bridge.player with parameters of type NetworkPlayerServerInfoModifierConstructorDescriptionCloudPlayer(@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.