public enum MessageKeys extends Enum<MessageKeys> implements co.aikar.locales.MessageKeyProvider
| Modifier and Type | Method and Description |
|---|---|
co.aikar.locales.MessageKey |
getMessageKey() |
static MessageKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MessageKeys PERMISSION_DENIED
public static final MessageKeys ERROR_GENERIC_LOGGED
public static final MessageKeys UNKNOWN_COMMAND
public static final MessageKeys INVALID_SYNTAX
public static final MessageKeys ERROR_PREFIX
public static final MessageKeys ERROR_PERFORMING_COMMAND
public static final MessageKeys INFO_MESSAGE
public static final MessageKeys PLEASE_SPECIFY_ONE_OF
public static final MessageKeys MUST_BE_A_NUMBER
public static final MessageKeys MUST_BE_MIN_LENGTH
public static final MessageKeys MUST_BE_MAX_LENGTH
public static final MessageKeys NOT_ALLOWED_ON_CONSOLE
public static final MessageKeys COULD_NOT_FIND_PLAYER
public static final MessageKeys HELP_FORMAT
public static final MessageKeys NO_COMMAND_MATCHED_SEARCH
public static MessageKeys[] values()
for (MessageKeys c : MessageKeys.values()) System.out.println(c);
public static MessageKeys 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 co.aikar.locales.MessageKey getMessageKey()
getMessageKey in interface co.aikar.locales.MessageKeyProviderCopyright © 2017. All rights reserved.