Package net.minecraft.datafixer.fix
Enum Class 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>
,Constable
- Enclosing class:
ChunkPalettedStorageFix.Facing
public static enum ChunkPalettedStorageFix.Facing.Axis
extends Enum<ChunkPalettedStorageFix.Facing.Axis>
- Mappings:
Namespace Name official axl$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
-
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ChunkPalettedStorageFix.Facing.Axis[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
X
- Mappings:
Namespace Name Mixin selector official a
Laxl$b$a;a:Laxl$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
Laxl$b$a;b:Laxl$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
Laxl$b$a;c:Laxl$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 class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException
- if the argument is null
-