Oops... looks like the spiders padded through here
Add products to your cart and remove them from here Lets buypublic enum PlayerMode extends Enum<PlayerMode>
| Enum Constant and Description |
|---|
CUSTOM_DUO |
CUSTOM_QUAD |
CUSTOM_SOLO |
CUSTOM_TRIO |
PARTY_CHALLENGE |
PARTY_FFA |
RANKED_DUO |
RANKED_QUAD |
RANKED_SOLO |
RANKED_TRIO |
SOLO_CHALLENGE |
UNRANKED_DUO |
UNRANKED_QUAD |
UNRANKED_SOLO |
UNRANKED_TRIO |
| Modifier and Type | Method and Description |
|---|---|
static EnumSet<PlayerMode> |
all() |
boolean |
isSolo()
Deprecated.
|
static PlayerMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlayerMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
getClass, notify, notifyAll, wait, wait, wait
public static final PlayerMode UNRANKED_SOLO
public static final PlayerMode UNRANKED_DUO
public static final PlayerMode UNRANKED_TRIO
public static final PlayerMode UNRANKED_QUAD
public static final PlayerMode RANKED_SOLO
public static final PlayerMode RANKED_DUO
public static final PlayerMode RANKED_TRIO
public static final PlayerMode RANKED_QUAD
public static final PlayerMode CUSTOM_SOLO
public static final PlayerMode CUSTOM_DUO
public static final PlayerMode CUSTOM_TRIO
public static final PlayerMode CUSTOM_QUAD
public static final PlayerMode SOLO_CHALLENGE
public static final PlayerMode PARTY_CHALLENGE
public static final PlayerMode PARTY_FFA
public static PlayerMode[] values()
for (PlayerMode c : PlayerMode.values()) System.out.println(c);
public static PlayerMode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static EnumSet<PlayerMode> all()
@Deprecated public boolean isSolo()
Oops... looks like the spiders padded through here
Add products to your cart and remove them from here Lets buy