protected static enum ModifyGlobalScoreMechanic.ModifyScoreAction extends Enum<ModifyGlobalScoreMechanic.ModifyScoreAction>
Enum Constant and Description |
---|
ADD |
DIVIDE |
MOD |
MULTIPLY |
SET |
SUBTRACT |
Modifier and Type | Method and Description |
---|---|
static ModifyGlobalScoreMechanic.ModifyScoreAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModifyGlobalScoreMechanic.ModifyScoreAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModifyGlobalScoreMechanic.ModifyScoreAction SET
public static final ModifyGlobalScoreMechanic.ModifyScoreAction ADD
public static final ModifyGlobalScoreMechanic.ModifyScoreAction SUBTRACT
public static final ModifyGlobalScoreMechanic.ModifyScoreAction MULTIPLY
public static final ModifyGlobalScoreMechanic.ModifyScoreAction DIVIDE
public static final ModifyGlobalScoreMechanic.ModifyScoreAction MOD
public static ModifyGlobalScoreMechanic.ModifyScoreAction[] values()
for (ModifyGlobalScoreMechanic.ModifyScoreAction c : ModifyGlobalScoreMechanic.ModifyScoreAction.values()) System.out.println(c);
public static ModifyGlobalScoreMechanic.ModifyScoreAction 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 nullCopyright © 2020. All rights reserved.