public static enum ForgeVersion.Status extends java.lang.Enum<ForgeVersion.Status>
Enum Constant and Description |
---|
AHEAD |
BETA |
BETA_OUTDATED |
FAILED |
OUTDATED |
PENDING |
UP_TO_DATE |
Modifier and Type | Field and Description |
---|---|
(package private) boolean |
animated |
(package private) boolean |
draw |
(package private) int |
sheetOffset |
Modifier and Type | Method and Description |
---|---|
int |
getSheetOffset() |
boolean |
isAnimated() |
boolean |
shouldDraw() |
static ForgeVersion.Status |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ForgeVersion.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ForgeVersion.Status PENDING
public static final ForgeVersion.Status FAILED
public static final ForgeVersion.Status UP_TO_DATE
public static final ForgeVersion.Status OUTDATED
public static final ForgeVersion.Status AHEAD
public static final ForgeVersion.Status BETA
public static final ForgeVersion.Status BETA_OUTDATED
final int sheetOffset
final boolean draw
final boolean animated
public static ForgeVersion.Status[] values()
for (ForgeVersion.Status c : ForgeVersion.Status.values()) System.out.println(c);
public static ForgeVersion.Status 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 int getSheetOffset()
public boolean shouldDraw()
public boolean isAnimated()