Package net.minecraft

Enum Class class_4144

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

@Environment(CLIENT) public enum class_4144 extends Enum<class_4144>
Mappings:
Namespace Name
official cis
intermediary net/minecraft/class_4144
named net/minecraft/class_4144
  • Enum Constant Details

    • field_20151

      public static final class_4144 field_20151
      Mappings:
      Namespace Name Mixin selector
      official a Lcis;a:Lcis;
      intermediary field_20151 Lnet/minecraft/class_4144;field_20151:Lnet/minecraft/class_4144;
      named field_20151 Lnet/minecraft/class_4144;field_20151:Lnet/minecraft/class_4144;
    • field_20152

      public static final class_4144 field_20152
      Mappings:
      Namespace Name Mixin selector
      official b Lcis;b:Lcis;
      intermediary field_20152 Lnet/minecraft/class_4144;field_20152:Lnet/minecraft/class_4144;
      named field_20152 Lnet/minecraft/class_4144;field_20152:Lnet/minecraft/class_4144;
    • field_20153

      public static final class_4144 field_20153
      Mappings:
      Namespace Name Mixin selector
      official c Lcis;c:Lcis;
      intermediary field_20153 Lnet/minecraft/class_4144;field_20153:Lnet/minecraft/class_4144;
      named field_20153 Lnet/minecraft/class_4144;field_20153:Lnet/minecraft/class_4144;
  • Field Details

    • field_20154

      private static final Map<String,class_4144> field_20154
      Mappings:
      Namespace Name Mixin selector
      official d Lcis;d:Ljava/util/Map;
      intermediary field_20154 Lnet/minecraft/class_4144;field_20154:Ljava/util/Map;
      named field_20154 Lnet/minecraft/class_4144;field_20154:Ljava/util/Map;
    • field_20155

      private final String field_20155
      Mappings:
      Namespace Name Mixin selector
      official e Lcis;e:Ljava/lang/String;
      intermediary field_20155 Lnet/minecraft/class_4144;field_20155:Ljava/lang/String;
      named field_20155 Lnet/minecraft/class_4144;field_20155:Ljava/lang/String;
    • field_20156

      private final Function<JsonObject,class_4143> field_20156
      Mappings:
      Namespace Name Mixin selector
      official f Lcis;f:Ljava/util/function/Function;
      intermediary field_20156 Lnet/minecraft/class_4144;field_20156:Ljava/util/function/Function;
      named field_20156 Lnet/minecraft/class_4144;field_20156:Ljava/util/function/Function;
  • Constructor Details

  • Method Details

    • values

      public static class_4144[] 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_4144 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_18489

      public static class_4144 method_18489(String string)
      Mappings:
      Namespace Name Mixin selector
      official a Lcis;a(Ljava/lang/String;)Lcis;
      intermediary method_18489 Lnet/minecraft/class_4144;method_18489(Ljava/lang/String;)Lnet/minecraft/class_4144;
      named method_18489 Lnet/minecraft/class_4144;method_18489(Ljava/lang/String;)Lnet/minecraft/class_4144;
    • method_18488

      public class_4143 method_18488(JsonObject jsonObject)
      Mappings:
      Namespace Name Mixin selector
      official a Lcis;a(Lcom/google/gson/JsonObject;)Lcir;
      intermediary method_18488 Lnet/minecraft/class_4144;method_18488(Lcom/google/gson/JsonObject;)Lnet/minecraft/class_4143;
      named method_18488 Lnet/minecraft/class_4144;method_18488(Lcom/google/gson/JsonObject;)Lnet/minecraft/class_4143;