public static enum GuiComponentTextureAnimated.ANIMATION_DIRECTION extends java.lang.Enum<GuiComponentTextureAnimated.ANIMATION_DIRECTION>
Modifier and Type | Method and Description |
---|---|
static GuiComponentTextureAnimated.ANIMATION_DIRECTION |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GuiComponentTextureAnimated.ANIMATION_DIRECTION[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GuiComponentTextureAnimated.ANIMATION_DIRECTION UP
public static final GuiComponentTextureAnimated.ANIMATION_DIRECTION DOWN
public static final GuiComponentTextureAnimated.ANIMATION_DIRECTION LEFT
public static final GuiComponentTextureAnimated.ANIMATION_DIRECTION RIGHT
public static GuiComponentTextureAnimated.ANIMATION_DIRECTION[] values()
for (GuiComponentTextureAnimated.ANIMATION_DIRECTION c : GuiComponentTextureAnimated.ANIMATION_DIRECTION.values()) System.out.println(c);
public static GuiComponentTextureAnimated.ANIMATION_DIRECTION 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 null