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

    • DOWN

      public static final ChunkPalettedStorageFix.Facing DOWN
      Mappings:
      Namespace Name Mixin selector
      named DOWN Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing;DOWN:Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing;
      intermediary field_15858 Lnet/minecraft/class_3582$class_3584;field_15858:Lnet/minecraft/class_3582$class_3584;
      official a Lbbk$b;a:Lbbk$b;
    • UP

      public static final ChunkPalettedStorageFix.Facing UP
      Mappings:
      Namespace Name Mixin selector
      named UP Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing;UP:Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing;
      intermediary field_15863 Lnet/minecraft/class_3582$class_3584;field_15863:Lnet/minecraft/class_3582$class_3584;
      official b Lbbk$b;b:Lbbk$b;
    • NORTH

      public static final ChunkPalettedStorageFix.Facing NORTH
      Mappings:
      Namespace Name Mixin selector
      named NORTH Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing;NORTH:Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing;
      intermediary field_15859 Lnet/minecraft/class_3582$class_3584;field_15859:Lnet/minecraft/class_3582$class_3584;
      official c Lbbk$b;c:Lbbk$b;
    • SOUTH

      public static final ChunkPalettedStorageFix.Facing SOUTH
      Mappings:
      Namespace Name Mixin selector
      named SOUTH Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing;SOUTH:Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing;
      intermediary field_15862 Lnet/minecraft/class_3582$class_3584;field_15862:Lnet/minecraft/class_3582$class_3584;
      official d Lbbk$b;d:Lbbk$b;
    • WEST

      public static final ChunkPalettedStorageFix.Facing WEST
      Mappings:
      Namespace Name Mixin selector
      named WEST Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing;WEST:Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing;
      intermediary field_15857 Lnet/minecraft/class_3582$class_3584;field_15857:Lnet/minecraft/class_3582$class_3584;
      official e Lbbk$b;e:Lbbk$b;
    • EAST

      public static final ChunkPalettedStorageFix.Facing EAST
      Mappings:
      Namespace Name Mixin selector
      named EAST Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing;EAST:Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing;
      intermediary field_15860 Lnet/minecraft/class_3582$class_3584;field_15860:Lnet/minecraft/class_3582$class_3584;
      official f Lbbk$b;f:Lbbk$b;
  • Field Details

    • axis

      Mappings:
      Namespace Name Mixin selector
      named axis Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing;axis:Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing$Axis;
      intermediary field_15864 Lnet/minecraft/class_3582$class_3584;field_15864:Lnet/minecraft/class_3582$class_3584$class_3585;
      official g Lbbk$b;g:Lbbk$b$a;
    • direction

      Mappings:
      Namespace Name Mixin selector
      named direction Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing;direction:Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing$Direction;
      intermediary field_15861 Lnet/minecraft/class_3582$class_3584;field_15861:Lnet/minecraft/class_3582$class_3584$class_3586;
      official h Lbbk$b;h:Lbbk$b$b;
  • Constructor Details

    • Facing

      Mappings:
      Namespace Name Mixin selector
      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
      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
      official <init> Lbbk$b;<init>(Ljava/lang/String;ILbbk$b$b;Lbbk$b$a;)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
      named getDirection Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing;getDirection()Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing$Direction;
      intermediary method_15643 Lnet/minecraft/class_3582$class_3584;method_15643()Lnet/minecraft/class_3582$class_3584$class_3586;
      official a Lbbk$b;a()Lbbk$b$b;
    • getAxis

      Mappings:
      Namespace Name Mixin selector
      named getAxis Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing;getAxis()Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing$Axis;
      intermediary method_15644 Lnet/minecraft/class_3582$class_3584;method_15644()Lnet/minecraft/class_3582$class_3584$class_3585;
      official b Lbbk$b;b()Lbbk$b$a;