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