Package net.minecraft
Enum Class class_11803
- All Implemented Interfaces:
Serializable,Comparable<class_11803>,Constable
- Mappings:
Namespace Name named net/minecraft/class_11803intermediary net/minecraft/class_11803official atx
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmethod_73645(@Nullable Integer integer) method_73646(@Nullable Integer integer, @Nullable String string) static class_11803Returns the enum constant of this class with the specified name.static class_11803[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
PARSE_ERROR
- Mappings:
Namespace Name Mixin selector named PARSE_ERRORLnet/minecraft/class_11803;PARSE_ERROR:Lnet/minecraft/class_11803;intermediary field_62300Lnet/minecraft/class_11803;field_62300:Lnet/minecraft/class_11803;official aLatx;a:Latx;
-
INVALID_REQUEST
- Mappings:
Namespace Name Mixin selector named INVALID_REQUESTLnet/minecraft/class_11803;INVALID_REQUEST:Lnet/minecraft/class_11803;intermediary field_62301Lnet/minecraft/class_11803;field_62301:Lnet/minecraft/class_11803;official bLatx;b:Latx;
-
METHOD_NOT_FOUND
- Mappings:
Namespace Name Mixin selector named METHOD_NOT_FOUNDLnet/minecraft/class_11803;METHOD_NOT_FOUND:Lnet/minecraft/class_11803;intermediary field_62302Lnet/minecraft/class_11803;field_62302:Lnet/minecraft/class_11803;official cLatx;c:Latx;
-
INVALID_PARAMS
- Mappings:
Namespace Name Mixin selector named INVALID_PARAMSLnet/minecraft/class_11803;INVALID_PARAMS:Lnet/minecraft/class_11803;intermediary field_62303Lnet/minecraft/class_11803;field_62303:Lnet/minecraft/class_11803;official dLatx;d:Latx;
-
INTERNAL_ERROR
- Mappings:
Namespace Name Mixin selector named INTERNAL_ERRORLnet/minecraft/class_11803;INTERNAL_ERROR:Lnet/minecraft/class_11803;intermediary field_62304Lnet/minecraft/class_11803;field_62304:Lnet/minecraft/class_11803;official eLatx;e:Latx;
-
-
Field Details
-
field_62305
private final int field_62305- Mappings:
Namespace Name Mixin selector named field_62305Lnet/minecraft/class_11803;field_62305:Iintermediary field_62305Lnet/minecraft/class_11803;field_62305:Iofficial fLatx;f:I
-
field_62306
- Mappings:
Namespace Name Mixin selector named field_62306Lnet/minecraft/class_11803;field_62306:Ljava/lang/String;intermediary field_62306Lnet/minecraft/class_11803;field_62306:Ljava/lang/String;official gLatx;g:Ljava/lang/String;
-
-
Constructor Details
-
class_11803
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-
method_73645
- Mappings:
Namespace Name Mixin selector named method_73645Lnet/minecraft/class_11803;method_73645(Ljava/lang/Integer;)Lcom/google/gson/JsonObject;intermediary method_73645Lnet/minecraft/class_11803;method_73645(Ljava/lang/Integer;)Lcom/google/gson/JsonObject;official aLatx;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_73646Lnet/minecraft/class_11803;method_73646(Ljava/lang/Integer;Ljava/lang/String;)Lcom/google/gson/JsonObject;intermediary method_73646Lnet/minecraft/class_11803;method_73646(Ljava/lang/Integer;Ljava/lang/String;)Lcom/google/gson/JsonObject;official aLatx;a(Ljava/lang/Integer;Ljava/lang/String;)Lcom/google/gson/JsonObject;
-