public static enum Enumhta.HoverAction extends Enum<Enumhta.HoverAction>
Enum Constant and Description |
---|
SHOW_ACHIEVEMENT |
SHOW_ENTITY |
SHOW_ITEM |
SHOW_TEXT |
Modifier and Type | Method and Description |
---|---|
static Enumhta.HoverAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Enumhta.HoverAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Enumhta.HoverAction SHOW_TEXT
public static final Enumhta.HoverAction SHOW_ITEM
public static final Enumhta.HoverAction SHOW_ENTITY
public static final Enumhta.HoverAction SHOW_ACHIEVEMENT
public static Enumhta.HoverAction[] values()
for (Enumhta.HoverAction c : Enumhta.HoverAction.values()) System.out.println(c);
public static Enumhta.HoverAction 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.