public static enum ChunkPalettedStorageFix.Facing.Axis extends Enum<ChunkPalettedStorageFix.Facing.Axis>
Modifier and Type | Method and Description |
---|---|
static ChunkPalettedStorageFix.Facing.Axis |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChunkPalettedStorageFix.Facing.Axis[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChunkPalettedStorageFix.Facing.Axis X
public static final ChunkPalettedStorageFix.Facing.Axis Y
public static final ChunkPalettedStorageFix.Facing.Axis Z
public static ChunkPalettedStorageFix.Facing.Axis[] values()
for (ChunkPalettedStorageFix.Facing.Axis c : ChunkPalettedStorageFix.Facing.Axis.values()) System.out.println(c);
public static ChunkPalettedStorageFix.Facing.Axis 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 null