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

public static enum ChunkPalettedStorageFix.Facing extends Enum<ChunkPalettedStorageFix.Facing>
Mappings:
Namespace Name
official aqp$b
intermediary net/minecraft/class_3582$class_3584
named net/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing
  • Enum Constant Details

    • DOWN

      public static final ChunkPalettedStorageFix.Facing DOWN
      Mappings:
      Namespace Name Mixin selector
      official a Laqp$b;a:Laqp$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

      public static final ChunkPalettedStorageFix.Facing UP
      Mappings:
      Namespace Name Mixin selector
      official b Laqp$b;b:Laqp$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

      public static final ChunkPalettedStorageFix.Facing NORTH
      Mappings:
      Namespace Name Mixin selector
      official c Laqp$b;c:Laqp$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

      public static final ChunkPalettedStorageFix.Facing SOUTH
      Mappings:
      Namespace Name Mixin selector
      official d Laqp$b;d:Laqp$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

      public static final ChunkPalettedStorageFix.Facing WEST
      Mappings:
      Namespace Name Mixin selector
      official e Laqp$b;e:Laqp$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

      public static final ChunkPalettedStorageFix.Facing EAST
      Mappings:
      Namespace Name Mixin selector
      official f Laqp$b;f:Laqp$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 Laqp$b;g:Laqp$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 Laqp$b;h:Laqp$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

      Mappings:
      Namespace Name Mixin selector
      official <init> Laqp$b;<init>(Ljava/lang/String;ILaqp$b$b;Laqp$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

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

      Mappings:
      Namespace Name Mixin selector
      official a Laqp$b;a()Laqp$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 Laqp$b;b()Laqp$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;