public enum MinecraftMessageKeys extends Enum<MinecraftMessageKeys> implements co.aikar.locales.MessageKeyProvider
| Modifier and Type | Method and Description |
|---|---|
co.aikar.locales.MessageKey |
getMessageKey() |
static MinecraftMessageKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MinecraftMessageKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MinecraftMessageKeys INVALID_WORLD
public static final MinecraftMessageKeys YOU_MUST_BE_HOLDING_ITEM
public static final MinecraftMessageKeys PLAYER_IS_VANISHED_CONFIRM
public static final MinecraftMessageKeys USERNAME_TOO_SHORT
public static final MinecraftMessageKeys IS_NOT_A_VALID_NAME
public static final MinecraftMessageKeys MULTIPLE_PLAYERS_MATCH
public static final MinecraftMessageKeys NO_PLAYER_FOUND_SERVER
public static final MinecraftMessageKeys NO_PLAYER_FOUND_OFFLINE
public static final MinecraftMessageKeys NO_PLAYER_FOUND
public static final MinecraftMessageKeys LOCATION_PLEASE_SPECIFY_WORLD
public static final MinecraftMessageKeys LOCATION_PLEASE_SPECIFY_XYZ
public static final MinecraftMessageKeys LOCATION_CONSOLE_NOT_RELATIVE
public static MinecraftMessageKeys[] values()
for (MinecraftMessageKeys c : MinecraftMessageKeys.values()) System.out.println(c);
public static MinecraftMessageKeys 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 © 2015–2021 Global Minecraft Ban Manager. All rights reserved.