java.io.Serializable
, java.lang.Comparable<Skill_CombatLog.CombatStat>
protected static enum Skill_CombatLog.CombatStat extends java.lang.Enum<Skill_CombatLog.CombatStat>
Modifier and Type | Method | Description |
---|---|---|
static Skill_CombatLog.CombatStat |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static Skill_CombatLog.CombatStat[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Skill_CombatLog.CombatStat NUM_COMBATS
public static final Skill_CombatLog.CombatStat NUM_COMBAT_ROUNDS
public static final Skill_CombatLog.CombatStat NUM_ENEMIES_FOUGHT
public static final Skill_CombatLog.CombatStat NUM_ENEMIES_KILLED
public static final Skill_CombatLog.CombatStat NUM_XP_GAINED
public static final Skill_CombatLog.CombatStat NUM_GOLD_LOOTED
public static final Skill_CombatLog.CombatStat NUM_SECONDS_TOTAL
public static final Skill_CombatLog.CombatStat NUM_SECONDS_COMBAT
public static final Skill_CombatLog.CombatStat NUM_MANA_USED
public static final Skill_CombatLog.CombatStat NUM_MANA_USED_COMBAT
public static final Skill_CombatLog.CombatStat NUM_MOVEMENT_USED
public static final Skill_CombatLog.CombatStat NUM_MOVEMENT_USED_COMBAT
public static final Skill_CombatLog.CombatStat NUM_DAMAGE_DONE
public static final Skill_CombatLog.CombatStat NUM_DAMAGE_TAKEN
public static final Skill_CombatLog.CombatStat NUM_HEALING_DONE
public static Skill_CombatLog.CombatStat[] values()
for (Skill_CombatLog.CombatStat c : Skill_CombatLog.CombatStat.values()) System.out.println(c);
public static Skill_CombatLog.CombatStat 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