Package net.minecraft

Enum Class class_7351.class_7353

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

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

    • INIT

      public static final class_7351.class_7353 INIT
      Mappings:
      Namespace Name Mixin selector
      official a Leeb$b;a:Leeb$b;
      intermediary field_38652 Lnet/minecraft/class_7351$class_7353;field_38652:Lnet/minecraft/class_7351$class_7353;
      named INIT Lnet/minecraft/class_7351$class_7353;INIT:Lnet/minecraft/class_7351$class_7353;
    • FLY

      public static final class_7351.class_7353 FLY
      Mappings:
      Namespace Name Mixin selector
      official b Leeb$b;b:Leeb$b;
      intermediary field_38653 Lnet/minecraft/class_7351$class_7353;field_38653:Lnet/minecraft/class_7351$class_7353;
      named FLY Lnet/minecraft/class_7351$class_7353;FLY:Lnet/minecraft/class_7351$class_7353;
    • WAIT_FOR_LOAD

      public static final class_7351.class_7353 WAIT_FOR_LOAD
      Mappings:
      Namespace Name Mixin selector
      official c Leeb$b;c:Leeb$b;
      intermediary field_38654 Lnet/minecraft/class_7351$class_7353;field_38654:Lnet/minecraft/class_7351$class_7353;
      named WAIT_FOR_LOAD Lnet/minecraft/class_7351$class_7353;WAIT_FOR_LOAD:Lnet/minecraft/class_7351$class_7353;
    • TEXT

      public static final class_7351.class_7353 TEXT
      Mappings:
      Namespace Name Mixin selector
      official d Leeb$b;d:Leeb$b;
      intermediary field_38655 Lnet/minecraft/class_7351$class_7353;field_38655:Lnet/minecraft/class_7351$class_7353;
      named TEXT Lnet/minecraft/class_7351$class_7353;TEXT:Lnet/minecraft/class_7351$class_7353;
  • Constructor Details

    • class_7353

      private class_7353()
  • Method Details

    • values

      public static class_7351.class_7353[] 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_7351.class_7353 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