Package net.minecraft.datafixer.fix
Enum ChunkPalettedStorageFix.Facing
java.lang.Object
java.lang.Enum<ChunkPalettedStorageFix.Facing>
net.minecraft.datafixer.fix.ChunkPalettedStorageFix.Facing
- All Implemented Interfaces:
Serializable
,Comparable<ChunkPalettedStorageFix.Facing>
,java.lang.constant.Constable
- Enclosing class:
- ChunkPalettedStorageFix
public static enum ChunkPalettedStorageFix.Facing extends Enum<ChunkPalettedStorageFix.Facing>
- Mappings:
Namespace Name official ahx$b
intermediary net/minecraft/class_3582$class_3584
named net/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ChunkPalettedStorageFix.Facing.Axis
static class
ChunkPalettedStorageFix.Facing.Direction
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Field Summary
Fields Modifier and Type Field Description private ChunkPalettedStorageFix.Facing.Axis
axis
private ChunkPalettedStorageFix.Facing.Direction
direction
-
Constructor Summary
Constructors Modifier Constructor Description private
Facing(ChunkPalettedStorageFix.Facing.Direction direction, ChunkPalettedStorageFix.Facing.Axis axis)
-
Method Summary
Modifier and Type Method 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.
-
Enum Constant Details
-
DOWN
- Mappings:
Namespace Name Mixin selector official a
Lahx$b;a:Lahx$b;
intermediary field_15858
Lnet/minecraft/class_3582$class_3584;field_15858:Lnet/minecraft/class_3582$class_3584;
named DOWN
Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing;DOWN:Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing;
-
UP
- Mappings:
Namespace Name Mixin selector official b
Lahx$b;b:Lahx$b;
intermediary field_15863
Lnet/minecraft/class_3582$class_3584;field_15863:Lnet/minecraft/class_3582$class_3584;
named UP
Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing;UP:Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing;
-
NORTH
- Mappings:
Namespace Name Mixin selector official c
Lahx$b;c:Lahx$b;
intermediary field_15859
Lnet/minecraft/class_3582$class_3584;field_15859:Lnet/minecraft/class_3582$class_3584;
named NORTH
Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing;NORTH:Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing;
-
SOUTH
- Mappings:
Namespace Name Mixin selector official d
Lahx$b;d:Lahx$b;
intermediary field_15862
Lnet/minecraft/class_3582$class_3584;field_15862:Lnet/minecraft/class_3582$class_3584;
named SOUTH
Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing;SOUTH:Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing;
-
WEST
- Mappings:
Namespace Name Mixin selector official e
Lahx$b;e:Lahx$b;
intermediary field_15857
Lnet/minecraft/class_3582$class_3584;field_15857:Lnet/minecraft/class_3582$class_3584;
named WEST
Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing;WEST:Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing;
-
EAST
- Mappings:
Namespace Name Mixin selector official f
Lahx$b;f:Lahx$b;
intermediary field_15860
Lnet/minecraft/class_3582$class_3584;field_15860:Lnet/minecraft/class_3582$class_3584;
named EAST
Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing;EAST:Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing;
-
-
Field Details
-
axis
- Mappings:
Namespace Name Mixin selector official g
Lahx$b;g:Lahx$b$a;
intermediary field_15864
Lnet/minecraft/class_3582$class_3584;field_15864:Lnet/minecraft/class_3582$class_3584$class_3585;
named axis
Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing;axis:Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing$Axis;
-
direction
- Mappings:
Namespace Name Mixin selector official h
Lahx$b;h:Lahx$b$b;
intermediary field_15861
Lnet/minecraft/class_3582$class_3584;field_15861:Lnet/minecraft/class_3582$class_3584$class_3586;
named direction
Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing;direction:Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing$Direction;
-
-
Constructor Details
-
Facing
private Facing(ChunkPalettedStorageFix.Facing.Direction direction, ChunkPalettedStorageFix.Facing.Axis axis)- Mappings:
Namespace Name Mixin selector official <init>
Lahx$b;<init>(Ljava/lang/String;ILahx$b$b;Lahx$b$a;)V
intermediary <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;)V
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;)V
-
-
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
-
getDirection
- Mappings:
Namespace Name Mixin selector official a
Lahx$b;a()Lahx$b$b;
intermediary method_15643
Lnet/minecraft/class_3582$class_3584;method_15643()Lnet/minecraft/class_3582$class_3584$class_3586;
named getDirection
Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing;getDirection()Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing$Direction;
-
getAxis
- Mappings:
Namespace Name Mixin selector official b
Lahx$b;b()Lahx$b$a;
intermediary method_15644
Lnet/minecraft/class_3582$class_3584;method_15644()Lnet/minecraft/class_3582$class_3584$class_3585;
named getAxis
Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing;getAxis()Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing$Axis;
-