Uses of Class
net.runelite.client.config.RuneScapeProfileType
-
Packages that use RuneScapeProfileType Package Description net.runelite.client.config -
-
Uses of RuneScapeProfileType in net.runelite.client.config
Methods in net.runelite.client.config that return RuneScapeProfileType Modifier and Type Method Description static RuneScapeProfileType
RuneScapeProfileType. getCurrent(Client client)
RuneScapeProfileType
RuneScapeProfile. getType()
static RuneScapeProfileType
RuneScapeProfileType. valueOf(String name)
Returns the enum constant of this type with the specified name.static RuneScapeProfileType[]
RuneScapeProfileType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.runelite.client.config with parameters of type RuneScapeProfileType Constructor Description RuneScapeProfile(String displayName, RuneScapeProfileType type, long accountHash, String key)
-