Package net.minecraft.datafixer.fix
Enum ChunkPalettedStorageFix.Facing.Axis
java.lang.Object
java.lang.Enum<ChunkPalettedStorageFix.Facing.Axis>
net.minecraft.datafixer.fix.ChunkPalettedStorageFix.Facing.Axis
- All Implemented Interfaces:
Serializable
,Comparable<ChunkPalettedStorageFix.Facing.Axis>
,java.lang.constant.Constable
- Enclosing class:
- ChunkPalettedStorageFix.Facing
public static enum ChunkPalettedStorageFix.Facing.Axis extends Enum<ChunkPalettedStorageFix.Facing.Axis>
- Mappings:
Namespace Name official ahx$b$a
intermediary net/minecraft/class_3582$class_3584$class_3585
named net/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing$Axis
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Constructor Summary
Constructors Modifier Constructor Description private
Axis()
-
Method Summary
Modifier and Type Method 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.
-
Enum Constant Details
-
X
- Mappings:
Namespace Name Mixin selector official a
Lahx$b$a;a:Lahx$b$a;
intermediary field_15869
Lnet/minecraft/class_3582$class_3584$class_3585;field_15869:Lnet/minecraft/class_3582$class_3584$class_3585;
named X
Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing$Axis;X:Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing$Axis;
-
Y
- Mappings:
Namespace Name Mixin selector official b
Lahx$b$a;b:Lahx$b$a;
intermediary field_15866
Lnet/minecraft/class_3582$class_3584$class_3585;field_15866:Lnet/minecraft/class_3582$class_3584$class_3585;
named Y
Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing$Axis;Y:Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing$Axis;
-
Z
- Mappings:
Namespace Name Mixin selector official c
Lahx$b$a;c:Lahx$b$a;
intermediary field_15867
Lnet/minecraft/class_3582$class_3584$class_3585;field_15867:Lnet/minecraft/class_3582$class_3584$class_3585;
named Z
Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing$Axis;Z:Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing$Axis;
-
-
Constructor Details
-
Axis
private Axis()
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-