public static enum LevelExpRequirement.RewardType extends java.lang.Enum<LevelExpRequirement.RewardType>
| Enum Constant and Description |
|---|
ABILITY |
EFFECT |
ITEM |
ITEM_MAIL |
SKILL_POINT |
TALENT_POINT |
| Modifier and Type | Method and Description |
|---|---|
static LevelExpRequirement.RewardType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LevelExpRequirement.RewardType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LevelExpRequirement.RewardType ITEM
public static final LevelExpRequirement.RewardType ITEM_MAIL
public static final LevelExpRequirement.RewardType SKILL_POINT
public static final LevelExpRequirement.RewardType TALENT_POINT
public static final LevelExpRequirement.RewardType ABILITY
public static final LevelExpRequirement.RewardType EFFECT
public static LevelExpRequirement.RewardType[] values()
for (LevelExpRequirement.RewardType c : LevelExpRequirement.RewardType.values()) System.out.println(c);
public static LevelExpRequirement.RewardType 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 null