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
official aqp$b$b
intermediary net/minecraft/class_3582$class_3584$class_3586
named net/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing$Direction
  • Enum Constant Details

    • POSITIVE

      public static final ChunkPalettedStorageFix.Facing.Direction POSITIVE
      Mappings:
      Namespace Name Mixin selector
      official a Laqp$b$b;a:Laqp$b$b;
      intermediary field_15873 Lnet/minecraft/class_3582$class_3584$class_3586;field_15873:Lnet/minecraft/class_3582$class_3584$class_3586;
      named POSITIVE Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing$Direction;POSITIVE:Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing$Direction;
    • NEGATIVE

      public static final ChunkPalettedStorageFix.Facing.Direction NEGATIVE
      Mappings:
      Namespace Name Mixin selector
      official b Laqp$b$b;b:Laqp$b$b;
      intermediary field_15870 Lnet/minecraft/class_3582$class_3584$class_3586;field_15870:Lnet/minecraft/class_3582$class_3584$class_3586;
      named NEGATIVE Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing$Direction;NEGATIVE:Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing$Direction;
  • Field Details

    • offset

      private final int offset
      Mappings:
      Namespace Name Mixin selector
      official c Laqp$b$b;c:I
      intermediary field_15872 Lnet/minecraft/class_3582$class_3584$class_3586;field_15872:I
      named offset Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing$Direction;offset:I
  • Constructor Details

    • Direction

      private Direction(int int2)
  • Method Details

    • values

      public static ChunkPalettedStorageFix.Facing.Direction[] 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

      public static ChunkPalettedStorageFix.Facing.Direction valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • getOffset

      public int getOffset()
      Mappings:
      Namespace Name Mixin selector
      official a Laqp$b$b;a()I
      intermediary method_15645 Lnet/minecraft/class_3582$class_3584$class_3586;method_15645()I
      named getOffset Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing$Direction;getOffset()I