Oops... looks like the spiders padded through here
Add products to your cart and remove them from here Lets buypublic enum RewardsMode extends Enum<RewardsMode>
RANDOM - Rewards are given randomly. SELECTIVE - Rewards are given based on player selection.
| Enum Constant and Description |
|---|
RANDOM
Rewards are given randomly.
|
SELECTIVE
Rewards are given based on player selection.
|
| Modifier and Type | Method and Description |
|---|---|
static RewardsMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RewardsMode[] |
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 RewardsMode RANDOM
public static final RewardsMode SELECTIVE
public static RewardsMode[] values()
for (RewardsMode c : RewardsMode.values()) System.out.println(c);
public static RewardsMode 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 null
Oops... looks like the spiders padded through here
Add products to your cart and remove them from here Lets buy