Package com.mojang.realmsclient.dto
Class RealmsServerPlayerList
java.lang.Object
com.mojang.realmsclient.dto.ValueObject
com.mojang.realmsclient.dto.RealmsServerPlayerList
@Environment(CLIENT) public class RealmsServerPlayerList extends ValueObject
-
Field Summary
Fields Modifier and Type Field Description private static JsonParserjsonParserprivate static LoggerLOGGERList<String>playerslongserverId -
Constructor Summary
Constructors Constructor Description RealmsServerPlayerList() -
Method Summary
Modifier and Type Method Description static RealmsServerPlayerListparse(JsonObject node)private static List<String>parsePlayers(JsonArray jsonArray)
-
Field Details
-
LOGGER
-
jsonParser
-
serverId
public long serverId -
players
-
-
Constructor Details
-
RealmsServerPlayerList
public RealmsServerPlayerList()
-
-
Method Details