Uses of Class
eu.cloudnetservice.modules.bridge.player.CloudPlayer
Packages that use CloudPlayer
Package
Description
-
Uses of CloudPlayer in eu.cloudnetservice.modules.bridge.event
Fields in eu.cloudnetservice.modules.bridge.event declared as CloudPlayerModifier and TypeFieldDescriptionprivate final CloudPlayerBridgeProxyPlayerDisconnectEvent.cloudPlayerprivate final CloudPlayerBridgeProxyPlayerLoginEvent.cloudPlayerprivate final CloudPlayerBridgeProxyPlayerServerSwitchEvent.cloudPlayerprivate final CloudPlayerBridgeServerPlayerDisconnectEvent.cloudPlayerprivate final CloudPlayerBridgeServerPlayerLoginEvent.cloudPlayerprivate final CloudPlayerBridgeUpdateCloudPlayerEvent.cloudPlayerMethods in eu.cloudnetservice.modules.bridge.event that return CloudPlayerModifier and TypeMethodDescriptionBridgeProxyPlayerDisconnectEvent.cloudPlayer()Gets the cloud player that disconnected from a proxy.BridgeProxyPlayerLoginEvent.cloudPlayer()Gets the cloud player that connected to a proxy and a service.BridgeProxyPlayerServerSwitchEvent.cloudPlayer()Gets the cloud player that switched servers.BridgeServerPlayerDisconnectEvent.cloudPlayer()Gets the player that disconnected from a downstream service.BridgeServerPlayerLoginEvent.cloudPlayer()Gets the player that connected to the given downstream service.BridgeUpdateCloudPlayerEvent.cloudPlayer()Gets the cloud player that was updated.Constructors in eu.cloudnetservice.modules.bridge.event with parameters of type CloudPlayerModifierConstructorDescriptionBridgeProxyPlayerDisconnectEvent(@NonNull CloudPlayer cloudPlayer) Constructs a new proxy disconnect event with the given cloud player.BridgeProxyPlayerLoginEvent(@NonNull CloudPlayer cloudPlayer) Constructs a new proxy login event with the given cloud player.BridgeProxyPlayerServerSwitchEvent(@NonNull CloudPlayer player, @Nullable NetworkServiceInfo previous) Constructs a new server switch event with the given cloud player and the previous service.BridgeServerPlayerDisconnectEvent(@NonNull CloudPlayer cloudPlayer, @NonNull NetworkServiceInfo serviceInfo) Constructs a new player server disconnect event for the given cloud player and the service the player disconnected from.BridgeServerPlayerLoginEvent(@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.BridgeUpdateCloudPlayerEvent(@NonNull CloudPlayer cloudPlayer) Constructs a new cloud player update event with the given cloud player. -
Uses of CloudPlayer in eu.cloudnetservice.modules.bridge.player
Methods in eu.cloudnetservice.modules.bridge.player that return CloudPlayerModifier and TypeMethodDescriptionPlayerManager.firstOnlinePlayer(@NonNull String name) Gets the first cloud player that is online and has the given case-insensitive name.PlayerManager.onlinePlayer(@NonNull UUID uniqueId) Gets an online cloud player by its unique id from the cache on the node.Methods in eu.cloudnetservice.modules.bridge.player that return types with arguments of type CloudPlayerModifier and TypeMethodDescriptionPlayerManager.environmentOnlinePlayers(@NonNull eu.cloudnetservice.driver.service.ServiceEnvironmentType environment) Gets all online cloud players that are connected to a service of given service environment.PlayerManager.environmentOnlinePlayersAsync(@NonNull eu.cloudnetservice.driver.service.ServiceEnvironmentType env) Gets all online cloud players that are connected to a service of given service environment asynchronously.PlayerManager.firstOnlinePlayerAsync(@NonNull String name) Gets the first cloud player that is online and has the given case-insensitive name asynchronously.PlayerManager.onlinePlayers(@NonNull String name) Gets all online cloud players that have the given case-insensitive name.PlayerManager.onlinePlayersAsync(@NonNull String name) Gets all online cloud players that have the given case-insensitive name asynchronously.PlayerManager.onlinePlayersAsync(@NonNull UUID uniqueId) Gets an online cloud player by its unique id asynchronously.PlayerProvider.players()Gets all players supplied by this player provider as cloud players.PlayerProvider.playersAsync()Gets all players supplied by this player provider as cloud players asynchronously.Methods in eu.cloudnetservice.modules.bridge.player with parameters of type CloudPlayerModifier and TypeMethodDescriptionstatic @NonNull CloudOfflinePlayerCloudOfflinePlayer.offlineCopy(@NonNull CloudPlayer onlineVariant) Creates an offline copy from the given cloud online player.voidPlayerManager.updateOnlinePlayer(@NonNull CloudPlayer cloudPlayer) Updates the given cloud online player in the cache and calls the update in the cluster.PlayerManager.updateOnlinePlayerAsync(@NonNull CloudPlayer cloudPlayer) Updates the given cloud online player in the cache and calls the update in the cluster asynchronously.