public static enum AbstractLinkAccountCommand.Message extends Enum<AbstractLinkAccountCommand.Message> implements CommandMessage
| Enum Constant and Description |
|---|
ALREADY_LINKED |
BEDROCK_USAGE |
INVALID_CODE |
JAVA_USAGE |
LINK_REQUEST_COMPLETED |
LINK_REQUEST_CREATED |
LINK_REQUEST_DISABLED |
LINK_REQUEST_ERROR |
LINK_REQUEST_EXPIRED |
NO_LINK_REQUESTED |
COLOR_CHAR| Modifier and Type | Method and Description |
|---|---|
static AbstractLinkAccountCommand.Message |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractLinkAccountCommand.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 AbstractLinkAccountCommand.Message ALREADY_LINKED
public static final AbstractLinkAccountCommand.Message JAVA_USAGE
public static final AbstractLinkAccountCommand.Message LINK_REQUEST_CREATED
public static final AbstractLinkAccountCommand.Message BEDROCK_USAGE
public static final AbstractLinkAccountCommand.Message LINK_REQUEST_EXPIRED
public static final AbstractLinkAccountCommand.Message LINK_REQUEST_COMPLETED
public static final AbstractLinkAccountCommand.Message LINK_REQUEST_ERROR
public static final AbstractLinkAccountCommand.Message INVALID_CODE
public static final AbstractLinkAccountCommand.Message NO_LINK_REQUESTED
public static final AbstractLinkAccountCommand.Message LINK_REQUEST_DISABLED
public static AbstractLinkAccountCommand.Message[] values()
for (AbstractLinkAccountCommand.Message c : AbstractLinkAccountCommand.Message.values()) System.out.println(c);
public static AbstractLinkAccountCommand.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.