Enum Class CommandLang
- All Implemented Interfaces:
Lang
,Serializable
,Comparable<CommandLang>
,Constable
Lang
implementation for general command language.-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptiongetKey()
static CommandLang
Returns the enum constant of this class with the specified name.static CommandLang[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
CONFIRM_EXPIRED
-
CONFIRM_FAIL_ACCEPT
-
CONFIRM_FAIL_DENY
-
CONFIRM
-
CONFIRM_ACCEPT
-
CONFIRM_DENY
-
CONFIRM_OVERWRITE_DB
-
CONFIRM_CLEAR_DB
-
CONFIRM_REMOVE_PLAYER_DB
-
CONFIRM_UNREGISTER
-
CONFIRM_CANCELLED_DATA
-
CONFIRM_CANCELLED_UNREGISTER
-
FAIL_PLAYER_NOT_FOUND
-
FAIL_PLAYER_NOT_FOUND_REGISTER
-
FAIL_SERVER_NOT_FOUND
-
FAIL_EMPTY_SEARCH_STRING
-
FAIL_ACCEPTS_ARGUMENTS
-
FAIL_REQ_ARGS
-
FAIL_REQ_ONE_ARG
-
FAIL_NO_PERMISSION
-
FAIL_USERNAME_NOT_VALID
-
FAIL_USERNAME_NOT_KNOWN
-
FAIL_DATABASE_NOT_OPEN
-
WARN_DATABASE_NOT_OPEN
-
USER_NOT_LINKED
-
FAIL_WEB_USER_EXISTS
-
FAIL_WEB_USER_NOT_EXISTS
-
FAIL_NO_SUCH_FEATURE
-
FAIL_SEE_CONFIG_SETTING
-
FEATURE_DISABLED
-
WEB_USER_REGISTER_SUCCESS
-
WEB_USER_REGISTER_NOTIFY
-
WEB_USER_LIST
-
NO_WEB_USER_NOTIFY
-
WEB_PERMISSION_LEVELS
-
LINK_CLICK_ME
-
LINK
-
LINK_SERVER
-
LINK_PLAYER
-
LINK_PLAYERS
-
LINK_NETWORK
-
LINK_JSON
-
LINK_REGISTER
-
HEADER_HELP
-
FOOTER_HELP
-
HEADER_SEARCH
-
HEADER_ANALYSIS
-
HEADER_INFO
-
HEADER_INSPECT
-
HEADER_SERVERS
-
HEADER_PLAYERS
-
HEADER_WEB_USERS
-
HEADER_NETWORK
-
HEADER_SERVER_LIST
-
HEADER_WEB_USER_LIST
-
INFO_VERSION
-
INFO_UPDATE
-
INFO_DATABASE
-
INFO_PROXY_CONNECTION
-
INGAME_ACTIVITY_INDEX
-
INGAME_REGISTERED
-
INGAME_LAST_SEEN
-
INGAME_GEOLOCATION
-
INGAME_PLAYTIME
-
INGAME_ACTIVE_PLAYTIME
-
INGAME_AFK_PLAYTIME
-
INGAME_LONGEST_SESSION
-
INGAME_TIMES_KICKED
-
INGAME_PLAYER_KILLS
-
INGAME_MOB_KILLS
-
INGAME_DEATHS
-
DB_BACKUP_CREATE
-
DB_WRITE
-
DB_REMOVAL
-
DB_REMOVAL_PLAYER
-
DB_UNINSTALLED
-
UNREGISTER
-
DISABLE_DISABLED
-
NOTIFY_NO_NETWORK
-
RELOAD_COMPLETE
-
RELOAD_FAILED
-
NO_ADDRESS_NOTIFY
-
HOTSWAP_REMINDER
-
PROGRESS_START
-
PROGRESS
-
PROGRESS_SUCCESS
-
PROGRESS_FAIL
-
CONFIRMATION
-
IMPORTERS
-
CONFIRM_OVERWRITE
-
CONFIRM_REMOVAL
-
FAIL_SAME_DB
-
FAIL_INCORRECT_DB
-
FAIL_FILE_NOT_FOUND
-
FAIL_IMPORTER_NOT_FOUND
-
FAIL_EXPORTER_NOT_FOUND
-
NO_SERVER
-
UNINSTALLING_SAME_SERVER
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getIdentifier
- Specified by:
getIdentifier
in interfaceLang
-
getKey
-
getDefault
- Specified by:
getDefault
in interfaceLang
-