Uses of Interface
com.btcvelocity.api.cluster.ClusterPlayer
Packages that use ClusterPlayer
-
Uses of ClusterPlayer in com.btcvelocity.api.cluster
Methods in com.btcvelocity.api.cluster that return types with arguments of type ClusterPlayerModifier and TypeMethodDescriptionCollection<? extends ClusterPlayer> ClusterPlayerService.getAllPlayers()Gets all players connected anywhere in the cluster.Optional<? extends ClusterPlayer> Looks up a player by username across the cluster.Optional<? extends ClusterPlayer> Looks up a player by UUID across the cluster.Collection<? extends ClusterPlayer> ClusterPlayerService.getPlayersOnProxy(String proxyId) Gets all players connected to the specified proxy.default Collection<? extends ClusterPlayer> ClusterPlayerService.getPlayersOnServer(RegisteredServer server) Gets all players currently on the specified backend server.Collection<? extends ClusterPlayer> ClusterPlayerService.getPlayersOnServer(String serverName) Gets all players currently on the specified backend server.