public static enum AbstractUnlinkAccountCommand.Message extends Enum<AbstractUnlinkAccountCommand.Message> implements CommandMessage
| Enum Constant and Description |
|---|
LINKING_NOT_ENABLED |
NOT_LINKED |
UNLINK_ERROR |
UNLINK_SUCCESS |
COLOR_CHAR| Modifier and Type | Method and Description |
|---|---|
static AbstractUnlinkAccountCommand.Message |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractUnlinkAccountCommand.Message[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfgetMessagepublic static final AbstractUnlinkAccountCommand.Message NOT_LINKED
public static final AbstractUnlinkAccountCommand.Message UNLINK_SUCCESS
public static final AbstractUnlinkAccountCommand.Message UNLINK_ERROR
public static final AbstractUnlinkAccountCommand.Message LINKING_NOT_ENABLED
public static AbstractUnlinkAccountCommand.Message[] values()
for (AbstractUnlinkAccountCommand.Message c : AbstractUnlinkAccountCommand.Message.values()) System.out.println(c);
public static AbstractUnlinkAccountCommand.Message 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 nullCopyright © 2021 GeyserMC. All rights reserved.