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