Uses of Class
net.runelite.client.rs.ClientUpdateCheckMode
-
Packages that use ClientUpdateCheckMode Package Description net.runelite.client.rs -
-
Uses of ClientUpdateCheckMode in net.runelite.client.rs
Methods in net.runelite.client.rs that return ClientUpdateCheckMode Modifier and Type Method Description static ClientUpdateCheckMode
ClientUpdateCheckMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static ClientUpdateCheckMode[]
ClientUpdateCheckMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.runelite.client.rs with parameters of type ClientUpdateCheckMode Constructor Description ClientLoader(okhttp3.OkHttpClient okHttpClient, ClientUpdateCheckMode updateCheckMode, RuntimeConfigLoader runtimeConfigLoader, String javConfigUrl)
-