public static interface StatusResponse.Players
Modifier and Type | Method and Description |
---|---|
int |
getMax()
Gets the maximum amount of allowed players on the server.
|
int |
getOnline()
Gets the amount of online players on the server.
|
List<GameProfile> |
getProfiles()
Gets an immutable list of online players on the server to display on
the client.
|
int getOnline()
int getMax()
List<GameProfile> getProfiles()