Uses of Class
net.runelite.api.vars.AccountType
-
Packages that use AccountType Package Description net.runelite.api net.runelite.api.vars -
-
Uses of AccountType in net.runelite.api
Methods in net.runelite.api that return AccountType Modifier and Type Method Description AccountTypeClient. getAccountType()Deprecated.see Varbits#ACCOUNT_TYPE -
Uses of AccountType in net.runelite.api.vars
Methods in net.runelite.api.vars that return AccountType Modifier and Type Method Description static AccountTypeAccountType. valueOf(String name)Deprecated.Returns the enum constant of this type with the specified name.static AccountType[]AccountType. values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-