Package net.minecraft.datafixer.fix
Enum Class ChunkPalettedStorageFix.Facing
java.lang.Object
java.lang.Enum<ChunkPalettedStorageFix.Facing>
net.minecraft.datafixer.fix.ChunkPalettedStorageFix.Facing
- All Implemented Interfaces:
Serializable,Comparable<ChunkPalettedStorageFix.Facing>,Constable
- Enclosing class:
ChunkPalettedStorageFix
- Mappings:
Namespace Name named net/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facingintermediary net/minecraft/class_3582$class_3584official bcc$b
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic enumNested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ChunkPalettedStorageFix.Facing.Axisprivate final ChunkPalettedStorageFix.Facing.Direction -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateFacing(ChunkPalettedStorageFix.Facing.Direction direction, ChunkPalettedStorageFix.Facing.Axis axis) -
Method Summary
Modifier and TypeMethodDescriptiongetAxis()Returns the enum constant of this class with the specified name.static ChunkPalettedStorageFix.Facing[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
DOWN
- Mappings:
Namespace Name Mixin selector named DOWNLnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing;DOWN:Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing;intermediary field_15858Lnet/minecraft/class_3582$class_3584;field_15858:Lnet/minecraft/class_3582$class_3584;official aLbcc$b;a:Lbcc$b;
-
UP
- Mappings:
Namespace Name Mixin selector named UPLnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing;UP:Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing;intermediary field_15863Lnet/minecraft/class_3582$class_3584;field_15863:Lnet/minecraft/class_3582$class_3584;official bLbcc$b;b:Lbcc$b;
-
NORTH
- Mappings:
Namespace Name Mixin selector named NORTHLnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing;NORTH:Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing;intermediary field_15859Lnet/minecraft/class_3582$class_3584;field_15859:Lnet/minecraft/class_3582$class_3584;official cLbcc$b;c:Lbcc$b;
-
SOUTH
- Mappings:
Namespace Name Mixin selector named SOUTHLnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing;SOUTH:Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing;intermediary field_15862Lnet/minecraft/class_3582$class_3584;field_15862:Lnet/minecraft/class_3582$class_3584;official dLbcc$b;d:Lbcc$b;
-
WEST
- Mappings:
Namespace Name Mixin selector named WESTLnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing;WEST:Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing;intermediary field_15857Lnet/minecraft/class_3582$class_3584;field_15857:Lnet/minecraft/class_3582$class_3584;official eLbcc$b;e:Lbcc$b;
-
EAST
- Mappings:
Namespace Name Mixin selector named EASTLnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing;EAST:Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing;intermediary field_15860Lnet/minecraft/class_3582$class_3584;field_15860:Lnet/minecraft/class_3582$class_3584;official fLbcc$b;f:Lbcc$b;
-
-
Field Details
-
axis
- Mappings:
Namespace Name Mixin selector named axisLnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing;axis:Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing$Axis;intermediary field_15864Lnet/minecraft/class_3582$class_3584;field_15864:Lnet/minecraft/class_3582$class_3584$class_3585;official gLbcc$b;g:Lbcc$b$a;
-
direction
- Mappings:
Namespace Name Mixin selector named directionLnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing;direction:Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing$Direction;intermediary field_15861Lnet/minecraft/class_3582$class_3584;field_15861:Lnet/minecraft/class_3582$class_3584$class_3586;official hLbcc$b;h:Lbcc$b$b;
-
-
Constructor Details
-
Facing
private Facing(ChunkPalettedStorageFix.Facing.Direction direction, ChunkPalettedStorageFix.Facing.Axis axis) - Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing;<init>(Ljava/lang/String;ILnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing$Direction;Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing$Axis;)Vintermediary <init>Lnet/minecraft/class_3582$class_3584;<init>(Ljava/lang/String;ILnet/minecraft/class_3582$class_3584$class_3586;Lnet/minecraft/class_3582$class_3584$class_3585;)Vofficial <init>Lbcc$b;<init>(Ljava/lang/String;ILbcc$b$b;Lbcc$b$a;)V
-
-
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
-
getDirection
- Mappings:
Namespace Name Mixin selector named getDirectionLnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing;getDirection()Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing$Direction;intermediary method_15643Lnet/minecraft/class_3582$class_3584;method_15643()Lnet/minecraft/class_3582$class_3584$class_3586;official aLbcc$b;a()Lbcc$b$b;
-
getAxis
- Mappings:
Namespace Name Mixin selector named getAxisLnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing;getAxis()Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing$Axis;intermediary method_15644Lnet/minecraft/class_3582$class_3584;method_15644()Lnet/minecraft/class_3582$class_3584$class_3585;official bLbcc$b;b()Lbcc$b$a;
-