Enum Class ChunkPalettedStorageFix.Facing.Axis

java.lang.Object
java.lang.Enum<ChunkPalettedStorageFix.Facing.Axis>
net.minecraft.datafixer.fix.ChunkPalettedStorageFix.Facing.Axis
All Implemented Interfaces:
Serializable, Comparable<ChunkPalettedStorageFix.Facing.Axis>, Constable
Enclosing class:
ChunkPalettedStorageFix.Facing

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

    • X

      public static final ChunkPalettedStorageFix.Facing.Axis X
      Mappings:
      Namespace Name Mixin selector
      official a Laqp$b$a;a:Laqp$b$a;
      intermediary field_15869 Lnet/minecraft/class_3582$class_3584$class_3585;field_15869:Lnet/minecraft/class_3582$class_3584$class_3585;
      named X Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing$Axis;X:Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing$Axis;
    • Y

      public static final ChunkPalettedStorageFix.Facing.Axis Y
      Mappings:
      Namespace Name Mixin selector
      official b Laqp$b$a;b:Laqp$b$a;
      intermediary field_15866 Lnet/minecraft/class_3582$class_3584$class_3585;field_15866:Lnet/minecraft/class_3582$class_3584$class_3585;
      named Y Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing$Axis;Y:Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing$Axis;
    • Z

      public static final ChunkPalettedStorageFix.Facing.Axis Z
      Mappings:
      Namespace Name Mixin selector
      official c Laqp$b$a;c:Laqp$b$a;
      intermediary field_15867 Lnet/minecraft/class_3582$class_3584$class_3585;field_15867:Lnet/minecraft/class_3582$class_3584$class_3585;
      named Z Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing$Axis;Z:Lnet/minecraft/datafixer/fix/ChunkPalettedStorageFix$Facing$Axis;
  • Constructor Details

    • Axis

      private Axis()
  • Method Details

    • values

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