public static enum EnumWrappers.ScoreboardAction extends Enum<EnumWrappers.ScoreboardAction>
| Modifier and Type | Method and Description |
|---|---|
static EnumWrappers.ScoreboardAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnumWrappers.ScoreboardAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumWrappers.ScoreboardAction CHANGE
public static final EnumWrappers.ScoreboardAction REMOVE
public static EnumWrappers.ScoreboardAction[] values()
for (EnumWrappers.ScoreboardAction c : EnumWrappers.ScoreboardAction.values()) System.out.println(c);
public static EnumWrappers.ScoreboardAction 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 © 2012–2017 Comphenix and dmulloy2. Licensed under the GNU GPL v2.