Package net.minecraft

Enum Class class_11803

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

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

    • PARSE_ERROR

      public static final class_11803 PARSE_ERROR
      Mappings:
      Namespace Name Mixin selector
      named PARSE_ERROR Lnet/minecraft/class_11803;PARSE_ERROR:Lnet/minecraft/class_11803;
      intermediary field_62300 Lnet/minecraft/class_11803;field_62300:Lnet/minecraft/class_11803;
      official a Latx;a:Latx;
    • INVALID_REQUEST

      public static final class_11803 INVALID_REQUEST
      Mappings:
      Namespace Name Mixin selector
      named INVALID_REQUEST Lnet/minecraft/class_11803;INVALID_REQUEST:Lnet/minecraft/class_11803;
      intermediary field_62301 Lnet/minecraft/class_11803;field_62301:Lnet/minecraft/class_11803;
      official b Latx;b:Latx;
    • METHOD_NOT_FOUND

      public static final class_11803 METHOD_NOT_FOUND
      Mappings:
      Namespace Name Mixin selector
      named METHOD_NOT_FOUND Lnet/minecraft/class_11803;METHOD_NOT_FOUND:Lnet/minecraft/class_11803;
      intermediary field_62302 Lnet/minecraft/class_11803;field_62302:Lnet/minecraft/class_11803;
      official c Latx;c:Latx;
    • INVALID_PARAMS

      public static final class_11803 INVALID_PARAMS
      Mappings:
      Namespace Name Mixin selector
      named INVALID_PARAMS Lnet/minecraft/class_11803;INVALID_PARAMS:Lnet/minecraft/class_11803;
      intermediary field_62303 Lnet/minecraft/class_11803;field_62303:Lnet/minecraft/class_11803;
      official d Latx;d:Latx;
    • INTERNAL_ERROR

      public static final class_11803 INTERNAL_ERROR
      Mappings:
      Namespace Name Mixin selector
      named INTERNAL_ERROR Lnet/minecraft/class_11803;INTERNAL_ERROR:Lnet/minecraft/class_11803;
      intermediary field_62304 Lnet/minecraft/class_11803;field_62304:Lnet/minecraft/class_11803;
      official e Latx;e:Latx;
  • Field Details

    • field_62305

      private final int field_62305
      Mappings:
      Namespace Name Mixin selector
      named field_62305 Lnet/minecraft/class_11803;field_62305:I
      intermediary field_62305 Lnet/minecraft/class_11803;field_62305:I
      official f Latx;f:I
    • field_62306

      private final String field_62306
      Mappings:
      Namespace Name Mixin selector
      named field_62306 Lnet/minecraft/class_11803;field_62306:Ljava/lang/String;
      intermediary field_62306 Lnet/minecraft/class_11803;field_62306:Ljava/lang/String;
      official g Latx;g:Ljava/lang/String;
  • Constructor Details

    • class_11803

      private class_11803(int int2, String string)
  • Method Details

    • values

      public static class_11803[] 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_11803 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_73645

      public JsonObject method_73645(@Nullable @Nullable Integer integer)
      Mappings:
      Namespace Name Mixin selector
      named method_73645 Lnet/minecraft/class_11803;method_73645(Ljava/lang/Integer;)Lcom/google/gson/JsonObject;
      intermediary method_73645 Lnet/minecraft/class_11803;method_73645(Ljava/lang/Integer;)Lcom/google/gson/JsonObject;
      official a Latx;a(Ljava/lang/Integer;)Lcom/google/gson/JsonObject;
    • method_73646

      public JsonObject method_73646(@Nullable @Nullable Integer integer, @Nullable @Nullable String string)
      Mappings:
      Namespace Name Mixin selector
      named method_73646 Lnet/minecraft/class_11803;method_73646(Ljava/lang/Integer;Ljava/lang/String;)Lcom/google/gson/JsonObject;
      intermediary method_73646 Lnet/minecraft/class_11803;method_73646(Ljava/lang/Integer;Ljava/lang/String;)Lcom/google/gson/JsonObject;
      official a Latx;a(Ljava/lang/Integer;Ljava/lang/String;)Lcom/google/gson/JsonObject;