public static class ServerMetadata.Players extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ServerMetadata.Players.Deserializer |
| Modifier and Type | Field and Description |
|---|---|
private int |
max |
private int |
online |
private com.mojang.authlib.GameProfile[] |
sample |
| Constructor and Description |
|---|
Players(int max,
int online) |
| Modifier and Type | Method and Description |
|---|---|
int |
getOnlinePlayerCount() |
int |
getPlayerLimit() |
com.mojang.authlib.GameProfile[] |
getSample() |
void |
setSample(com.mojang.authlib.GameProfile[] sample) |