public enum DeepHelpLang extends java.lang.Enum<DeepHelpLang> implements Lang
Lang
implementation for in depth help language when /command ? is used.Enum Constant and Description |
---|
DB |
DB_BACKUP |
DB_CLEAR |
DB_HOTSWAP |
DB_MOVE |
DB_REMOVE |
DB_RESTORE |
DB_UNINSTALLED |
DISABLE |
EXPORT |
IMPORT |
INFO |
INGAME |
JSON |
NETWORK |
PLAYER |
PLAYERS |
REGISTER |
RELOAD |
SEARCH |
SERVER |
SERVERS |
UNREGISTER |
USERS |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDefault() |
java.lang.String |
getIdentifier() |
static DeepHelpLang |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DeepHelpLang[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeepHelpLang SERVER
public static final DeepHelpLang SERVERS
public static final DeepHelpLang NETWORK
public static final DeepHelpLang PLAYER
public static final DeepHelpLang PLAYERS
public static final DeepHelpLang SEARCH
public static final DeepHelpLang INGAME
public static final DeepHelpLang REGISTER
public static final DeepHelpLang UNREGISTER
public static final DeepHelpLang INFO
public static final DeepHelpLang RELOAD
public static final DeepHelpLang DISABLE
public static final DeepHelpLang USERS
public static final DeepHelpLang DB
public static final DeepHelpLang DB_BACKUP
public static final DeepHelpLang DB_RESTORE
public static final DeepHelpLang DB_MOVE
public static final DeepHelpLang DB_HOTSWAP
public static final DeepHelpLang DB_CLEAR
public static final DeepHelpLang DB_REMOVE
public static final DeepHelpLang DB_UNINSTALLED
public static final DeepHelpLang EXPORT
public static final DeepHelpLang IMPORT
public static final DeepHelpLang JSON
public static DeepHelpLang[] values()
for (DeepHelpLang c : DeepHelpLang.values()) System.out.println(c);
public static DeepHelpLang valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getIdentifier()
getIdentifier
in interface Lang
public java.lang.String getDefault()
getDefault
in interface Lang