Package net.minecraft

Enum Class class_1985

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

public enum class_1985 extends Enum<class_1985>
Mappings:
Namespace Name
official hs
intermediary net/minecraft/class_1985
named net/minecraft/class_1985
  • Enum Constant Details

    • field_8488

      public static final class_1985 field_8488
      Mappings:
      Namespace Name Mixin selector
      official a Lhs;a:Lhs;
      intermediary field_8488 Lnet/minecraft/class_1985;field_8488:Lnet/minecraft/class_1985;
      named field_8488 Lnet/minecraft/class_1985;field_8488:Lnet/minecraft/class_1985;
    • field_8489

      public static final class_1985 field_8489
      Mappings:
      Namespace Name Mixin selector
      official b Lhs;b:Lhs;
      intermediary field_8489 Lnet/minecraft/class_1985;field_8489:Lnet/minecraft/class_1985;
      named field_8489 Lnet/minecraft/class_1985;field_8489:Lnet/minecraft/class_1985;
    • field_8490

      public static final class_1985 field_8490
      Mappings:
      Namespace Name Mixin selector
      official c Lhs;c:Lhs;
      intermediary field_8490 Lnet/minecraft/class_1985;field_8490:Lnet/minecraft/class_1985;
      named field_8490 Lnet/minecraft/class_1985;field_8490:Lnet/minecraft/class_1985;
    • field_11571

      public static final class_1985 field_11571
      Mappings:
      Namespace Name Mixin selector
      official d Lhs;d:Lhs;
      intermediary field_11571 Lnet/minecraft/class_1985;field_11571:Lnet/minecraft/class_1985;
      named field_11571 Lnet/minecraft/class_1985;field_11571:Lnet/minecraft/class_1985;
  • Field Details

    • field_8491

      private static final Map field_8491
      Mappings:
      Namespace Name Mixin selector
      official e Lhs;e:Ljava/util/Map;
      intermediary field_8491 Lnet/minecraft/class_1985;field_8491:Ljava/util/Map;
      named field_8491 Lnet/minecraft/class_1985;field_8491:Ljava/util/Map;
    • field_8492

      private final boolean field_8492
      Mappings:
      Namespace Name Mixin selector
      official f Lhs;f:Z
      intermediary field_8492 Lnet/minecraft/class_1985;field_8492:Z
      named field_8492 Lnet/minecraft/class_1985;field_8492:Z
    • field_8493

      private final String field_8493
      Mappings:
      Namespace Name Mixin selector
      official g Lhs;g:Ljava/lang/String;
      intermediary field_8493 Lnet/minecraft/class_1985;field_8493:Ljava/lang/String;
      named field_8493 Lnet/minecraft/class_1985;field_8493:Ljava/lang/String;
  • Constructor Details

    • class_1985

      private class_1985(String string, boolean bool)
  • Method Details

    • values

      public static class_1985[] 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_1985 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
    • method_7482

      public boolean method_7482()
      Mappings:
      Namespace Name Mixin selector
      official a Lhs;a()Z
      intermediary method_7482 Lnet/minecraft/class_1985;method_7482()Z
      named method_7482 Lnet/minecraft/class_1985;method_7482()Z
    • method_7484

      public String method_7484()
      Mappings:
      Namespace Name Mixin selector
      official b Lhs;b()Ljava/lang/String;
      intermediary method_7484 Lnet/minecraft/class_1985;method_7484()Ljava/lang/String;
      named method_7484 Lnet/minecraft/class_1985;method_7484()Ljava/lang/String;
    • method_7483

      public static class_1985 method_7483(String string)
      Mappings:
      Namespace Name Mixin selector
      official a Lhs;a(Ljava/lang/String;)Lhs;
      intermediary method_7483 Lnet/minecraft/class_1985;method_7483(Ljava/lang/String;)Lnet/minecraft/class_1985;
      named method_7483 Lnet/minecraft/class_1985;method_7483(Ljava/lang/String;)Lnet/minecraft/class_1985;