Uses of Class
org.rspeer.game.AccountType
-
Packages that use AccountType Package Description org.rspeer.game -
-
Uses of AccountType in org.rspeer.game
Methods in org.rspeer.game that return AccountType Modifier and Type Method Description static AccountType
Game. getAccountType()
static AccountType
AccountType. valueOf(String name)
Returns the enum constant of this type with the specified name.static AccountType[]
AccountType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-