Enum Class DataFixerPhase

java.lang.Object
java.lang.Enum<DataFixerPhase>
net.minecraft.datafixer.DataFixerPhase
All Implemented Interfaces:
Serializable, Comparable<DataFixerPhase>, Constable

public enum DataFixerPhase extends Enum<DataFixerPhase>
Mappings:
Namespace Name
official apd
intermediary net/minecraft/class_7395
named net/minecraft/datafixer/DataFixerPhase
  • Enum Constant Details

    • UNINITIALIZED_UNOPTIMIZED

      public static final DataFixerPhase UNINITIALIZED_UNOPTIMIZED
      Mappings:
      Namespace Name Mixin selector
      official a Lapd;a:Lapd;
      intermediary field_38839 Lnet/minecraft/class_7395;field_38839:Lnet/minecraft/class_7395;
      named UNINITIALIZED_UNOPTIMIZED Lnet/minecraft/datafixer/DataFixerPhase;UNINITIALIZED_UNOPTIMIZED:Lnet/minecraft/datafixer/DataFixerPhase;
    • UNINITIALIZED_OPTIMIZED

      public static final DataFixerPhase UNINITIALIZED_OPTIMIZED
      Mappings:
      Namespace Name Mixin selector
      official b Lapd;b:Lapd;
      intermediary field_38840 Lnet/minecraft/class_7395;field_38840:Lnet/minecraft/class_7395;
      named UNINITIALIZED_OPTIMIZED Lnet/minecraft/datafixer/DataFixerPhase;UNINITIALIZED_OPTIMIZED:Lnet/minecraft/datafixer/DataFixerPhase;
    • INITIALIZED_UNOPTIMIZED

      public static final DataFixerPhase INITIALIZED_UNOPTIMIZED
      Mappings:
      Namespace Name Mixin selector
      official c Lapd;c:Lapd;
      intermediary field_38841 Lnet/minecraft/class_7395;field_38841:Lnet/minecraft/class_7395;
      named INITIALIZED_UNOPTIMIZED Lnet/minecraft/datafixer/DataFixerPhase;INITIALIZED_UNOPTIMIZED:Lnet/minecraft/datafixer/DataFixerPhase;
    • INITIALIZED_OPTIMIZED

      public static final DataFixerPhase INITIALIZED_OPTIMIZED
      Mappings:
      Namespace Name Mixin selector
      official d Lapd;d:Lapd;
      intermediary field_38842 Lnet/minecraft/class_7395;field_38842:Lnet/minecraft/class_7395;
      named INITIALIZED_OPTIMIZED Lnet/minecraft/datafixer/DataFixerPhase;INITIALIZED_OPTIMIZED:Lnet/minecraft/datafixer/DataFixerPhase;
  • Constructor Details

    • DataFixerPhase

      private DataFixerPhase()
  • Method Details

    • values

      public static DataFixerPhase[] 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 DataFixerPhase 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