Enum Class class_171

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

public enum class_171 extends Enum<class_171>
Mappings:
Namespace Name
official azh
intermediary net/minecraft/class_171
named net/minecraft/util/class_171
  • Enum Constant Details

    • EVERYTHING

      public static final class_171 EVERYTHING
      Mappings:
      Namespace Name Mixin selector
      official a Lazh;a:Lazh;
      intermediary field_9586 Lnet/minecraft/class_171;field_9586:Lnet/minecraft/class_171;
      named EVERYTHING Lnet/minecraft/util/class_171;EVERYTHING:Lnet/minecraft/util/class_171;
    • MOBS

      public static final class_171 MOBS
      Mappings:
      Namespace Name Mixin selector
      official b Lazh;b:Lazh;
      intermediary field_9587 Lnet/minecraft/class_171;field_9587:Lnet/minecraft/class_171;
      named MOBS Lnet/minecraft/util/class_171;MOBS:Lnet/minecraft/util/class_171;
  • Constructor Details

    • class_171

      private class_171()
  • Method Details

    • values

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