Enum Class MVInvi18n
- All Implemented Interfaces:
Serializable
,Comparable<MVInvi18n>
,Constable
,org.mvplugins.multiverse.external.acf.locales.MessageKeyProvider
public enum MVInvi18n
extends Enum<MVInvi18n>
implements org.mvplugins.multiverse.external.acf.locales.MessageKeyProvider
Locales keys for Multiverse-Inventories
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionorg.mvplugins.multiverse.core.locale.message.Message
bundle
(String nonLocalizedMessage, org.mvplugins.multiverse.core.locale.message.MessageReplacement... replacements) Creates a message with non-localized message fallback and replacementsorg.mvplugins.multiverse.external.acf.locales.MessageKey
static MVInvi18n
Returns the enum constant of this class with the specified name.static MVInvi18n[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
TEST_STRING
-
GENERIC_SORRY
-
GENERIC_PAGE
-
GENERIC_OF
-
GENERIC_UNLOADED
-
GENERIC_PLUGINDISABLED
-
GENERIC_ERROR
-
GENERIC_SUCCESS
-
GENERIC_INFO
-
GENERIC_HELP
-
GENERIC_COMMANDNOPERMISION
-
GENERIC_THECONSOLE
-
GENERIC_NOTLOGGEDIN
-
GENERIC_OFF
-
ERROR_CONFIGLOAD
-
ERROR_DATALOAD
-
ERROR_NOGROUP
-
ERROR_NOWORLD
-
ERROR_NOWORLDPROFILE
-
ERROR_NOSHARESSPECIFIED
-
CONFLICT_RESULTS
-
CONFLICT_CHECKING
-
CONFLICT_FOUND
-
CONFLICT_NOTFOUND
-
INFO_WORLD
-
INFO_WORLD_INFO
-
INFO_GROUP
-
INFO_GROUP_INFO
-
INFO_GROUP_INFOSHARES
-
INFO_GROUP_INFONEGATIVESHARES
-
INFO_ZEROARG
-
LIST_GROUPS
-
LIST_GROUPS_INFO
-
RELOAD_COMPLETE
-
ADDWORLD_WORLDADDED
-
ADDWORLD_WORLDALREADYEXISTS
-
REMOVEWORLD_WORLDREMOVED
-
REMOVEWORLD_WORLDNOTINGROUP
-
SHARES_NOWSHARING
-
DISABLEDSHARES_NOWSHARING
-
SPAWN_TELEPORTING
-
SPAWN_TELEPORTEDBY
-
SPAWN_TELEPORTCONSOLEERROR
-
DEBUG_INVALIDDEBUG
-
DEBUG_SET
-
TOGGLE_NOWUSINGOPTIONAL
-
TOGGLE_NOWNOTUSINGOPTIONAL
-
TOGGLE_NOOPTIONALSHARES
-
GROUP_COMMANDPROMPT
-
GROUP_CREATEPROMPT
-
GROUP_EDITPROMPT
-
GROUP_DELETEPROMPT
-
GROUP_MODIFYPROMPT
-
GROUP_WORLDSPROMPT
-
GROUP_SHARESPROMPT
-
GROUP_INVALIDNAME
-
GROUP_EXISTS
-
GROUP_REMOVED
-
GROUP_WORLDSEMPTY
-
GROUP_CREATIONCOMPLETE
-
GROUP_UPDATED
-
GROUP_NONCONVERSABLE
-
GROUP_INVALIDOPTION
-
MIGRATE_PLUGINNOTENABLED
-
MIGRATE_UNSUPPORTEDPLUGIN
-
MIGRATE_CONFIRMPROMPT
-
MIGRATE_SUCCESS
-
MIGRATE_FAILED
-
DELETEGROUP_CONFIRMPROMPT
-
DELETEGROUP_SUCCESS
-
-
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
-
getMessageKey
public org.mvplugins.multiverse.external.acf.locales.MessageKey getMessageKey()- Specified by:
getMessageKey
in interfaceorg.mvplugins.multiverse.external.acf.locales.MessageKeyProvider
-
bundle
@NotNull public org.mvplugins.multiverse.core.locale.message.Message bundle(@NotNull String nonLocalizedMessage, @NotNull org.mvplugins.multiverse.core.locale.message.MessageReplacement... replacements) Creates a message with non-localized message fallback and replacements- Parameters:
nonLocalizedMessage
- The non-localized messagereplacements
- The replacements- Returns:
- A new localizable Message
-