public enum SpellData extends Enum<SpellData>
| Enum Constant and Description |
|---|
all |
cooldown |
cooldownBurn |
cost |
costBurn |
costType |
effect |
effectBurn |
image |
key |
range |
rangeBurn |
tooltip |
vars |
| Modifier and Type | Method and Description |
|---|---|
static SpellData |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpellData[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SpellData all
public static final SpellData key
public static final SpellData image
public static final SpellData tooltip
public static final SpellData costType
public static final SpellData cost
public static final SpellData costBurn
public static final SpellData range
public static final SpellData rangeBurn
public static final SpellData effect
public static final SpellData effectBurn
public static final SpellData cooldown
public static final SpellData cooldownBurn
public static final SpellData vars
public static SpellData[] values()
for (SpellData c : SpellData.values()) System.out.println(c);
public static SpellData valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullCopyright © 2014. All rights reserved.