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$bintermediary net/minecraft/class_3582$class_3584named net/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classChunkPalettedStorageFix.Facing.Axisstatic classChunkPalettedStorageFix.Facing.DirectionNested 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.Axisaxisprivate ChunkPalettedStorageFix.Facing.Directiondirection -
Constructor Summary
Constructors Modifier Constructor Description privateFacing(ChunkPalettedStorageFix.Facing.Direction direction, ChunkPalettedStorageFix.Facing.Axis axis) -
Method Summary
Modifier and Type Method Description ChunkPalettedStorageFix.Facing.AxisgetAxis()ChunkPalettedStorageFix.Facing.DirectiongetDirection()static ChunkPalettedStorageFix.FacingvalueOf(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 aLahx$b;a:Lahx$b;intermediary field_15858Lnet/minecraft/class_3582$class_3584;field_15858:Lnet/minecraft/class_3582$class_3584;named DOWNLnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing;DOWN:Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing;
-
UP
- Mappings:
Namespace Name Mixin selector official bLahx$b;b:Lahx$b;intermediary field_15863Lnet/minecraft/class_3582$class_3584;field_15863:Lnet/minecraft/class_3582$class_3584;named UPLnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing;UP:Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing;
-
NORTH
- Mappings:
Namespace Name Mixin selector official cLahx$b;c:Lahx$b;intermediary field_15859Lnet/minecraft/class_3582$class_3584;field_15859:Lnet/minecraft/class_3582$class_3584;named NORTHLnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing;NORTH:Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing;
-
SOUTH
- Mappings:
Namespace Name Mixin selector official dLahx$b;d:Lahx$b;intermediary field_15862Lnet/minecraft/class_3582$class_3584;field_15862:Lnet/minecraft/class_3582$class_3584;named SOUTHLnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing;SOUTH:Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing;
-
WEST
- Mappings:
Namespace Name Mixin selector official eLahx$b;e:Lahx$b;intermediary field_15857Lnet/minecraft/class_3582$class_3584;field_15857:Lnet/minecraft/class_3582$class_3584;named WESTLnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing;WEST:Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing;
-
EAST
- Mappings:
Namespace Name Mixin selector official fLahx$b;f:Lahx$b;intermediary field_15860Lnet/minecraft/class_3582$class_3584;field_15860:Lnet/minecraft/class_3582$class_3584;named EASTLnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing;EAST:Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing;
-
-
Field Details
-
axis
- Mappings:
Namespace Name Mixin selector official gLahx$b;g:Lahx$b$a;intermediary field_15864Lnet/minecraft/class_3582$class_3584;field_15864:Lnet/minecraft/class_3582$class_3584$class_3585;named axisLnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing;axis:Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing$Axis;
-
direction
- Mappings:
Namespace Name Mixin selector official hLahx$b;h:Lahx$b$b;intermediary field_15861Lnet/minecraft/class_3582$class_3584;field_15861:Lnet/minecraft/class_3582$class_3584$class_3586;named directionLnet/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;)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;)Vnamed <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 aLahx$b;a()Lahx$b$b;intermediary method_15643Lnet/minecraft/class_3582$class_3584;method_15643()Lnet/minecraft/class_3582$class_3584$class_3586;named getDirectionLnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing;getDirection()Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing$Direction;
-
getAxis
- Mappings:
Namespace Name Mixin selector official bLahx$b;b()Lahx$b$a;intermediary method_15644Lnet/minecraft/class_3582$class_3584;method_15644()Lnet/minecraft/class_3582$class_3584$class_3585;named getAxisLnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing;getAxis()Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing$Axis;
-