Package net.minecraft.datafixer.fix
Enum Class ChunkPalettedStorageFix.Facing.Direction
java.lang.Object
java.lang.Enum<ChunkPalettedStorageFix.Facing.Direction>
net.minecraft.datafixer.fix.ChunkPalettedStorageFix.Facing.Direction
- All Implemented Interfaces:
Serializable
,Comparable<ChunkPalettedStorageFix.Facing.Direction>
,Constable
- Enclosing class:
ChunkPalettedStorageFix.Facing
public static enum ChunkPalettedStorageFix.Facing.Direction
extends Enum<ChunkPalettedStorageFix.Facing.Direction>
- Mappings:
Namespace Name named net/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing$Direction
intermediary net/minecraft/class_3582$class_3584$class_3586
official bcc$b$b
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
Returns the enum constant of this class with the specified name.values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
POSITIVE
- Mappings:
Namespace Name Mixin selector named POSITIVE
Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing$Direction;POSITIVE:Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing$Direction;
intermediary field_15873
Lnet/minecraft/class_3582$class_3584$class_3586;field_15873:Lnet/minecraft/class_3582$class_3584$class_3586;
official a
Lbcc$b$b;a:Lbcc$b$b;
-
NEGATIVE
- Mappings:
Namespace Name Mixin selector named NEGATIVE
Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing$Direction;NEGATIVE:Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing$Direction;
intermediary field_15870
Lnet/minecraft/class_3582$class_3584$class_3586;field_15870:Lnet/minecraft/class_3582$class_3584$class_3586;
official b
Lbcc$b$b;b:Lbcc$b$b;
-
-
Field Details
-
offset
private final int offset- Mappings:
Namespace Name Mixin selector named offset
Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing$Direction;offset:I
intermediary field_15872
Lnet/minecraft/class_3582$class_3584$class_3586;field_15872:I
official c
Lbcc$b$b;c:I
-
-
Constructor Details
-
Direction
private Direction(int offset) - Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing$Direction;<init>(Ljava/lang/String;II)V
intermediary <init>
Lnet/minecraft/class_3582$class_3584$class_3586;<init>(Ljava/lang/String;II)V
official <init>
Lbcc$b$b;<init>(Ljava/lang/String;II)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
-
getOffset
public int getOffset()- Mappings:
Namespace Name Mixin selector named getOffset
Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing$Direction;getOffset()I
intermediary method_15645
Lnet/minecraft/class_3582$class_3584$class_3586;method_15645()I
official a
Lbcc$b$b;a()I
-