Package net.minecraft

Enum Class class_7351.class_7352

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

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

    • CLASSIC

      public static final class_7351.class_7352 CLASSIC
      Mappings:
      Namespace Name Mixin selector
      official a Leeb$a;a:Leeb$a;
      intermediary field_38646 Lnet/minecraft/class_7351$class_7352;field_38646:Lnet/minecraft/class_7351$class_7352;
      named CLASSIC Lnet/minecraft/class_7351$class_7352;CLASSIC:Lnet/minecraft/class_7351$class_7352;
    • SPRING

      public static final class_7351.class_7352 SPRING
      Mappings:
      Namespace Name Mixin selector
      official b Leeb$a;b:Leeb$a;
      intermediary field_38647 Lnet/minecraft/class_7351$class_7352;field_38647:Lnet/minecraft/class_7351$class_7352;
      named SPRING Lnet/minecraft/class_7351$class_7352;SPRING:Lnet/minecraft/class_7351$class_7352;
    • SLOWDOWN

      public static final class_7351.class_7352 SLOWDOWN
      Mappings:
      Namespace Name Mixin selector
      official c Leeb$a;c:Leeb$a;
      intermediary field_38648 Lnet/minecraft/class_7351$class_7352;field_38648:Lnet/minecraft/class_7351$class_7352;
      named SLOWDOWN Lnet/minecraft/class_7351$class_7352;SLOWDOWN:Lnet/minecraft/class_7351$class_7352;
    • REVERSE

      public static final class_7351.class_7352 REVERSE
      Mappings:
      Namespace Name Mixin selector
      official d Leeb$a;d:Leeb$a;
      intermediary field_38649 Lnet/minecraft/class_7351$class_7352;field_38649:Lnet/minecraft/class_7351$class_7352;
      named REVERSE Lnet/minecraft/class_7351$class_7352;REVERSE:Lnet/minecraft/class_7351$class_7352;
    • GROW

      public static final class_7351.class_7352 GROW
      Mappings:
      Namespace Name Mixin selector
      official e Leeb$a;e:Leeb$a;
      intermediary field_38650 Lnet/minecraft/class_7351$class_7352;field_38650:Lnet/minecraft/class_7351$class_7352;
      named GROW Lnet/minecraft/class_7351$class_7352;GROW:Lnet/minecraft/class_7351$class_7352;
  • Constructor Details

    • class_7352

      private class_7352()
  • Method Details

    • values

      public static class_7351.class_7352[] 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_7352 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