Uses of Class
com.mojang.realmsclient.dto.RealmsServer.Status
-
Packages that use RealmsServer.Status Package Description com.mojang.realmsclient.dto -
-
Uses of RealmsServer.Status in com.mojang.realmsclient.dto
Fields in com.mojang.realmsclient.dto declared as RealmsServer.Status Modifier and Type Field Description RealmsServer.Status
RealmsServer. state
Methods in com.mojang.realmsclient.dto that return RealmsServer.Status Modifier and Type Method Description private static RealmsServer.Status
RealmsServer. getState(java.lang.String p_230780_0_)
static RealmsServer.Status
RealmsServer.Status. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static RealmsServer.Status[]
RealmsServer.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-