Package com.mojang.realmsclient.dto
Class RealmsServerList
java.lang.Object
com.mojang.realmsclient.dto.ValueObject
com.mojang.realmsclient.dto.RealmsServerList
@Environment(CLIENT) public class RealmsServerList extends ValueObject
-
Field Summary
Fields Modifier and Type Field Description private static LoggerLOGGERList<RealmsServer>servers -
Constructor Summary
Constructors Constructor Description RealmsServerList() -
Method Summary
Modifier and Type Method Description static RealmsServerListparse(String json)
-
Field Details
-
Constructor Details
-
RealmsServerList
public RealmsServerList()
-
-
Method Details