public static class ServerStatusResponse.Players
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ServerStatusResponse.Players.Serializer |
| Constructor and Description |
|---|
Players(int maxOnlinePlayers,
int onlinePlayers) |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxPlayers() |
int |
getOnlinePlayerCount() |
GameProfile[] |
getPlayers() |
void |
setPlayers(GameProfile[] playersIn) |