public static enum ChunkPaletteFormat.Direction.Offset extends java.lang.Enum<ChunkPaletteFormat.Direction.Offset>
Modifier and Type | Field and Description |
---|---|
private int |
step |
Modifier and Type | Method and Description |
---|---|
int |
getStep() |
static ChunkPaletteFormat.Direction.Offset |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ChunkPaletteFormat.Direction.Offset[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChunkPaletteFormat.Direction.Offset POSITIVE
public static final ChunkPaletteFormat.Direction.Offset NEGATIVE
public static ChunkPaletteFormat.Direction.Offset[] values()
for (ChunkPaletteFormat.Direction.Offset c : ChunkPaletteFormat.Direction.Offset.values()) System.out.println(c);
public static ChunkPaletteFormat.Direction.Offset 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 getStep()