public static enum CommandManager.class_5364 extends Enum<CommandManager.class_5364>
| Enum Constant and Description |
|---|
ALL |
DEDICATED |
INTEGRATED |
| Modifier and Type | Field and Description |
|---|---|
private boolean |
field_25422 |
private boolean |
field_25423 |
| Modifier and Type | Method and Description |
|---|---|
static CommandManager.class_5364 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommandManager.class_5364[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommandManager.class_5364 ALL
public static final CommandManager.class_5364 DEDICATED
public static final CommandManager.class_5364 INTEGRATED
private final boolean field_25422
private final boolean field_25423
public static CommandManager.class_5364[] values()
for (CommandManager.class_5364 c : CommandManager.class_5364.values()) System.out.println(c);
public static CommandManager.class_5364 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