Uses of Enum Class
net.minecraft.client.network.ServerInfo.ServerType
Packages that use ServerInfo.ServerType
-
Uses of ServerInfo.ServerType in net.minecraft.client.network
Fields in net.minecraft.client.network declared as ServerInfo.ServerTypeMethods in net.minecraft.client.network that return ServerInfo.ServerTypeModifier and TypeMethodDescriptionServerInfo.getServerType()static ServerInfo.ServerTypeReturns the enum constant of this class with the specified name.static ServerInfo.ServerType[]ServerInfo.ServerType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.client.network with parameters of type ServerInfo.ServerTypeModifierConstructorDescriptionServerInfo(String name, String address, ServerInfo.ServerType serverType)