| Enum Constant and Description |
|---|
ARAM |
ASCENSION |
CLASSIC |
FIRSTBLOOD |
KINGPORO |
ODIN |
ONEFORALL |
TUTORIAL |
| Modifier and Type | Method and Description |
|---|---|
static MatchMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MatchMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MatchMode CLASSIC
public static final MatchMode ODIN
public static final MatchMode ARAM
public static final MatchMode TUTORIAL
public static final MatchMode ONEFORALL
public static final MatchMode ASCENSION
public static final MatchMode FIRSTBLOOD
public static final MatchMode KINGPORO
public static MatchMode[] values()
for (MatchMode c : MatchMode.values()) System.out.println(c);
public static MatchMode 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