Uses of Class
net.minecraft.client.realms.dto.RealmsServer.State
Package | Description |
---|---|
net.minecraft.client.realms.dto |
-
Uses of RealmsServer.State in net.minecraft.client.realms.dto
Fields in net.minecraft.client.realms.dto declared as RealmsServer.State Modifier and Type Field Description RealmsServer.State
RealmsServer. state
Methods in net.minecraft.client.realms.dto that return RealmsServer.State Modifier and Type Method Description private static RealmsServer.State
RealmsServer. getState(String state)
static RealmsServer.State
RealmsServer.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static RealmsServer.State[]
RealmsServer.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.