public enum IngameOverlayPosition extends java.lang.Enum<IngameOverlayPosition>
Enum Constant and Description |
---|
DOWN_LEFT |
DOWN_RIGHT |
UP_LEFT |
UP_RIGHT |
Modifier and Type | Method and Description |
---|---|
static IngameOverlayPosition |
forwardCycle(IngameOverlayPosition position) |
java.lang.String |
getLocalization() |
boolean |
isLeft() |
boolean |
isUp() |
static IngameOverlayPosition |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IngameOverlayPosition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IngameOverlayPosition UP_LEFT
public static final IngameOverlayPosition UP_RIGHT
public static final IngameOverlayPosition DOWN_RIGHT
public static final IngameOverlayPosition DOWN_LEFT
public static IngameOverlayPosition[] values()
for (IngameOverlayPosition c : IngameOverlayPosition.values()) System.out.println(c);
public static IngameOverlayPosition 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 java.lang.String getLocalization()
public boolean isUp()
public boolean isLeft()
public static IngameOverlayPosition forwardCycle(IngameOverlayPosition position)