public static class ServerStatusResponse.Players
extends java.lang.Object
修飾子とタイプ | クラスと説明 |
---|---|
static class |
ServerStatusResponse.Players.Serializer |
コンストラクタと説明 |
---|
Players(int maxOnlinePlayers,
int onlinePlayers) |
修飾子とタイプ | メソッドと説明 |
---|---|
int |
getMaxPlayers() |
int |
getOnlinePlayerCount() |
com.mojang.authlib.GameProfile[] |
getPlayers() |
void |
setPlayers(com.mojang.authlib.GameProfile[] playersIn) |