public static class Utils.Player
extends java.lang.Object
| Constructor and Description |
|---|
Player() |
| Modifier and Type | Method and Description |
|---|---|
static int |
getOnlinePlayersByAmount()
Return online players (amount of players as an int)
|
static java.util.Collection<? extends Player> |
getOnlinePlayersByNames()
Return online players (List of usernames)
|
public static java.util.Collection<? extends Player> getOnlinePlayersByNames()
public static int getOnlinePlayersByAmount()