public static enum QueueType.ChallengerMaster extends java.lang.Enum<QueueType.ChallengerMaster>
| Enum Constant and Description |
|---|
RANKED_SOLO_5x5 |
RANKED_TEAM_3x3 |
RANKED_TEAM_5x5 |
TEAM_BUILDER_DRAFT_RANKED_5x5
This looks like the new dynamic queue.
|
| Modifier and Type | Method and Description |
|---|---|
static QueueType.ChallengerMaster |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static QueueType.ChallengerMaster[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QueueType.ChallengerMaster RANKED_SOLO_5x5
public static final QueueType.ChallengerMaster RANKED_TEAM_3x3
public static final QueueType.ChallengerMaster RANKED_TEAM_5x5
public static final QueueType.ChallengerMaster TEAM_BUILDER_DRAFT_RANKED_5x5
public static QueueType.ChallengerMaster[] values()
for (QueueType.ChallengerMaster c : QueueType.ChallengerMaster.values()) System.out.println(c);
public static QueueType.ChallengerMaster 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