Package com.mojang.realmsclient.dto
Class RealmsServerPlayerLists
- java.lang.Object
-
- com.mojang.realmsclient.dto.ValueObject
-
- com.mojang.realmsclient.dto.RealmsServerPlayerLists
-
public class RealmsServerPlayerLists extends ValueObject
-
-
Field Summary
Fields Modifier and Type Field Description private static org.apache.logging.log4j.Logger
LOGGER
java.util.List<RealmsServerPlayerList>
servers
-
Constructor Summary
Constructors Constructor Description RealmsServerPlayerLists()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RealmsServerPlayerLists
parse(java.lang.String p_230786_0_)
-
Methods inherited from class com.mojang.realmsclient.dto.ValueObject
toString
-
-
-
-
Field Detail
-
LOGGER
private static final org.apache.logging.log4j.Logger LOGGER
-
servers
public java.util.List<RealmsServerPlayerList> servers
-
-
Method Detail
-
parse
public static RealmsServerPlayerLists parse(java.lang.String p_230786_0_)
-
-