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