public static enum NPacketPlayInSettings.ChatMode extends Enum<NPacketPlayInSettings.ChatMode>
Enum Constant and Description |
---|
COMMAND_ONLY |
ENABLED |
HIDDEN |
Modifier and Type | Method and Description |
---|---|
static NPacketPlayInSettings.ChatMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NPacketPlayInSettings.ChatMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NPacketPlayInSettings.ChatMode ENABLED
public static final NPacketPlayInSettings.ChatMode COMMAND_ONLY
public static final NPacketPlayInSettings.ChatMode HIDDEN
public static NPacketPlayInSettings.ChatMode[] values()
for (NPacketPlayInSettings.ChatMode c : NPacketPlayInSettings.ChatMode.values()) System.out.println(c);
public static NPacketPlayInSettings.ChatMode 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