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