public static enum ChunkPalettedStorageFix.Facing extends Enum<ChunkPalettedStorageFix.Facing>
Modifier and Type | Class and Description |
---|---|
static class |
ChunkPalettedStorageFix.Facing.Axis |
static class |
ChunkPalettedStorageFix.Facing.Direction |
Modifier and Type | Field and Description |
---|---|
private ChunkPalettedStorageFix.Facing.Axis |
axis |
private ChunkPalettedStorageFix.Facing.Direction |
direction |
Modifier and Type | Method and Description |
---|---|
ChunkPalettedStorageFix.Facing.Axis |
getAxis() |
ChunkPalettedStorageFix.Facing.Direction |
getDirection() |
static ChunkPalettedStorageFix.Facing |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChunkPalettedStorageFix.Facing[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChunkPalettedStorageFix.Facing DOWN
public static final ChunkPalettedStorageFix.Facing UP
public static final ChunkPalettedStorageFix.Facing NORTH
public static final ChunkPalettedStorageFix.Facing SOUTH
public static final ChunkPalettedStorageFix.Facing WEST
public static final ChunkPalettedStorageFix.Facing EAST
private final ChunkPalettedStorageFix.Facing.Axis axis
private final ChunkPalettedStorageFix.Facing.Direction direction
public static ChunkPalettedStorageFix.Facing[] values()
for (ChunkPalettedStorageFix.Facing c : ChunkPalettedStorageFix.Facing.values()) System.out.println(c);
public static ChunkPalettedStorageFix.Facing 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 ChunkPalettedStorageFix.Facing.Direction getDirection()
public ChunkPalettedStorageFix.Facing.Axis getAxis()