Package net.minecraft

Enum Class class_9044.class_9046

java.lang.Object
java.lang.Enum<class_9044.class_9046>
net.minecraft.class_9044.class_9046
All Implemented Interfaces:
Serializable, Comparable<class_9044.class_9046>, Constable
Enclosing class:
class_9044

@Environment(CLIENT) private static enum class_9044.class_9046 extends Enum<class_9044.class_9046>
Mappings:
Namespace Name
official ghe$b
intermediary net/minecraft/class_9044$class_9046
named net/minecraft/class_9044$class_9046
  • Enum Constant Details

    • REQUESTED

      public static final class_9044.class_9046 REQUESTED
      Mappings:
      Namespace Name Mixin selector
      official a Lghe$b;a:Lghe$b;
      intermediary field_47643 Lnet/minecraft/class_9044$class_9046;field_47643:Lnet/minecraft/class_9044$class_9046;
      named REQUESTED Lnet/minecraft/class_9044$class_9046;REQUESTED:Lnet/minecraft/class_9044$class_9046;
    • PENDING

      public static final class_9044.class_9046 PENDING
      Mappings:
      Namespace Name Mixin selector
      official b Lghe$b;b:Lghe$b;
      intermediary field_47644 Lnet/minecraft/class_9044$class_9046;field_47644:Lnet/minecraft/class_9044$class_9046;
      named PENDING Lnet/minecraft/class_9044$class_9046;PENDING:Lnet/minecraft/class_9044$class_9046;
    • DONE

      public static final class_9044.class_9046 DONE
      Mappings:
      Namespace Name Mixin selector
      official c Lghe$b;c:Lghe$b;
      intermediary field_47645 Lnet/minecraft/class_9044$class_9046;field_47645:Lnet/minecraft/class_9044$class_9046;
      named DONE Lnet/minecraft/class_9044$class_9046;DONE:Lnet/minecraft/class_9044$class_9046;
  • Constructor Details

    • class_9046

      private class_9046()
  • Method Details

    • values

      public static class_9044.class_9046[] 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 class_9044.class_9046 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