public static enum CommandSender.MessageFrom extends Enum<CommandSender.MessageFrom>
Modifier and Type | Method and Description |
---|---|
static CommandSender.MessageFrom |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommandSender.MessageFrom[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommandSender.MessageFrom STDIN
public static final CommandSender.MessageFrom ARGUMENTS
public static CommandSender.MessageFrom[] values()
for (CommandSender.MessageFrom c : CommandSender.MessageFrom.values()) System.out.println(c);
public static CommandSender.MessageFrom 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 © 2010–2017 PerfCake Community. All rights reserved.