| Enum Constant and Description |
|---|
CUSTOM |
MYSQLTOKEN |
PLAYERPOINT |
TOKENMANAGER |
VAULT |
| Modifier and Type | Method and Description |
|---|---|
static Economy |
getOrDefault(java.lang.String string,
Economy eco) |
java.lang.String |
toCurrency() |
static Economy |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Economy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Economy VAULT
public static final Economy PLAYERPOINT
public static final Economy TOKENMANAGER
public static final Economy MYSQLTOKEN
public static final Economy CUSTOM
public static Economy[] values()
for (Economy c : Economy.values()) System.out.println(c);
public static Economy valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String toCurrency()