Uses of Enum Class
net.minecraft.client.multiplayer.ServerData.Type
Packages that use ServerData.Type
-
Uses of ServerData.Type in net.minecraft.client.multiplayer
Fields in net.minecraft.client.multiplayer declared as ServerData.TypeMethods in net.minecraft.client.multiplayer that return ServerData.TypeModifier and TypeMethodDescriptionServerData.type()
static ServerData.Type
Returns the enum constant of this class with the specified name.static ServerData.Type[]
ServerData.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.client.multiplayer with parameters of type ServerData.TypeModifierConstructorDescriptionServerData
(String p_105375_, String p_105376_, ServerData.Type p_295587_)