public static enum TutorialToast.Icons extends java.lang.Enum<TutorialToast.Icons>
Enum Constant and Description |
---|
MOUSE |
MOVEMENT_KEYS |
RECIPE_BOOK |
TREE |
WOODEN_PLANKS |
Modifier and Type | Method and Description |
---|---|
void |
draw(Gui guiIn,
int x,
int y) |
static TutorialToast.Icons |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TutorialToast.Icons[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TutorialToast.Icons MOVEMENT_KEYS
public static final TutorialToast.Icons MOUSE
public static final TutorialToast.Icons TREE
public static final TutorialToast.Icons RECIPE_BOOK
public static final TutorialToast.Icons WOODEN_PLANKS
public static TutorialToast.Icons[] values()
for (TutorialToast.Icons c : TutorialToast.Icons.values()) System.out.println(c);
public static TutorialToast.Icons valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic void draw(Gui guiIn, int x, int y)