public static enum ChunkPalettedStorageFix.Facing.Direction extends Enum<ChunkPalettedStorageFix.Facing.Direction>
Modifier and Type | Field and Description |
---|---|
private int |
offset |
Modifier and Type | Method and Description |
---|---|
int |
getOffset() |
static ChunkPalettedStorageFix.Facing.Direction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChunkPalettedStorageFix.Facing.Direction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChunkPalettedStorageFix.Facing.Direction POSITIVE
public static final ChunkPalettedStorageFix.Facing.Direction NEGATIVE
public static ChunkPalettedStorageFix.Facing.Direction[] values()
for (ChunkPalettedStorageFix.Facing.Direction c : ChunkPalettedStorageFix.Facing.Direction.values()) System.out.println(c);
public static ChunkPalettedStorageFix.Facing.Direction valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic int getOffset()