public static enum Enumhta.TitleAction extends Enum<Enumhta.TitleAction>
Enum Constant and Description |
---|
ACTIONBAR |
CLEAR |
RESET |
SUBTITLE |
TIMES |
TITLE |
Modifier and Type | Method and Description |
---|---|
static Enumhta.TitleAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Enumhta.TitleAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Enumhta.TitleAction TITLE
public static final Enumhta.TitleAction SUBTITLE
public static final Enumhta.TitleAction ACTIONBAR
public static final Enumhta.TitleAction TIMES
public static final Enumhta.TitleAction RESET
public static final Enumhta.TitleAction CLEAR
public static Enumhta.TitleAction[] values()
for (Enumhta.TitleAction c : Enumhta.TitleAction.values()) System.out.println(c);
public static Enumhta.TitleAction 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 © 2019. All rights reserved.