History - net.minecraft.util.GsonHelper
25w18a
Names
azo
azw
Fields
com.google.gson.Gson: a, GSON, field_15657, GSON, f_13765_
com.google.gson.Gson: a, GSON, field_15657
Constructors
Methods
boolean (com.google.gson.JsonObject, String): a, isStringValue, method_15289, hasString, m_13813_
boolean (com.google.gson.JsonObject, String): a, isStringValue, method_15289
boolean (com.google.gson.JsonElement): b, isNumberValue, method_15275, isNumber, m_13872_
boolean (com.google.gson.JsonElement): b, isNumberValue, method_15275
boolean (com.google.gson.JsonObject, String): d, isArrayNode, method_15264, hasArray, m_13885_
boolean (com.google.gson.JsonObject, String): d, isArrayNode, method_15264
boolean (com.google.gson.JsonObject, String): f, isValidPrimitive, method_15278, hasPrimitive, m_13894_
boolean (com.google.gson.JsonObject, String): f, isValidPrimitive, method_15278
boolean (com.google.gson.JsonObject, String): g, isValidNode, method_15294, hasElement, m_13900_
boolean (com.google.gson.JsonObject, String): g, isValidNode, method_15294
String (com.google.gson.JsonElement, String): a, convertToString, method_15287, asString, m_13805_
String (com.google.gson.JsonElement, String): a, convertToString, method_15287
String (com.google.gson.JsonObject, String): i, getAsString, method_15265, getString, m_13906_
String (com.google.gson.JsonObject, String): i, getAsString, method_15265
String (com.google.gson.JsonObject, String, String): a, getAsString, method_15253, getString, m_13851_
String (com.google.gson.JsonObject, String, String): a, getAsString, method_15253
boolean (com.google.gson.JsonElement, String): c, convertToBoolean, method_15268, asBoolean, m_13877_
boolean (com.google.gson.JsonElement, String): c, convertToBoolean, method_15268
boolean (com.google.gson.JsonObject, String): k, getAsBoolean, method_15270, getBoolean, m_13912_
boolean (com.google.gson.JsonObject, String): k, getAsBoolean, method_15270
boolean (com.google.gson.JsonObject, String, boolean): a, getAsBoolean, method_15258, getBoolean, m_13855_
boolean (com.google.gson.JsonObject, String, boolean): a, getAsBoolean, method_15258
float (com.google.gson.JsonElement, String): e, convertToFloat, method_15269, asFloat, m_13888_
float (com.google.gson.JsonElement, String): e, convertToFloat, method_15269
float (com.google.gson.JsonObject, String): m, getAsFloat, method_15259, getFloat, m_13915_
float (com.google.gson.JsonObject, String): m, getAsFloat, method_15259
float (com.google.gson.JsonObject, String, float): a, getAsFloat, method_15277, getFloat, m_13820_
float (com.google.gson.JsonObject, String, float): a, getAsFloat, method_15277
long (com.google.gson.JsonElement, String): f, convertToLong, method_15263, asLong, m_13891_
long (com.google.gson.JsonElement, String): f, convertToLong, method_15263
long (com.google.gson.JsonObject, String, long): a, getAsLong, method_15280, getLong, m_13828_
long (com.google.gson.JsonObject, String, long): a, getAsLong, method_15280
int (com.google.gson.JsonElement, String): g, convertToInt, method_15257, asInt, m_13897_
int (com.google.gson.JsonElement, String): g, convertToInt, method_15257
int (com.google.gson.JsonObject, String): o, getAsInt, method_15260, getInt, m_13927_
int (com.google.gson.JsonObject, String): o, getAsInt, method_15260
int (com.google.gson.JsonObject, String, int): a, getAsInt, method_15282, getInt, m_13824_
int (com.google.gson.JsonObject, String, int): a, getAsInt, method_15282
byte (com.google.gson.JsonElement, String): h, convertToByte, method_15293, asByte, m_13903_
byte (com.google.gson.JsonElement, String): h, convertToByte, method_15293
byte (com.google.gson.JsonObject, String, byte): a, getAsByte, method_15271, getByte, m_13816_
byte (com.google.gson.JsonObject, String, byte): a, getAsByte, method_15271
com.google.gson.JsonObject (com.google.gson.JsonElement, String): m, convertToJsonObject, method_15295, asObject, m_13918_
com.google.gson.JsonObject (com.google.gson.JsonElement, String): m, convertToJsonObject, method_15295
com.google.gson.JsonObject (com.google.gson.JsonObject, String): u, getAsJsonObject, method_15296, getObject, m_13930_
com.google.gson.JsonObject (com.google.gson.JsonObject, String): u, getAsJsonObject, method_15296
com.google.gson.JsonObject (com.google.gson.JsonObject, String, com.google.gson.JsonObject): a, getAsJsonObject, method_15281, getObject, m_13841_
com.google.gson.JsonObject (com.google.gson.JsonObject, String, com.google.gson.JsonObject): a, getAsJsonObject, method_15281
com.google.gson.JsonArray (com.google.gson.JsonElement, String): n, convertToJsonArray, method_15252, asArray, m_13924_
com.google.gson.JsonArray (com.google.gson.JsonElement, String): n, convertToJsonArray, method_15252
com.google.gson.JsonArray (com.google.gson.JsonObject, String): v, getAsJsonArray, method_15261, getArray, m_13933_
com.google.gson.JsonArray (com.google.gson.JsonObject, String): v, getAsJsonArray, method_15261
com.google.gson.JsonArray (com.google.gson.JsonObject, String, com.google.gson.JsonArray): a, getAsJsonArray, method_15292, getArray, m_13832_
com.google.gson.JsonArray (com.google.gson.JsonObject, String, com.google.gson.JsonArray): a, getAsJsonArray, method_15292
<T> T (com.google.gson.JsonElement, String, com.google.gson.JsonDeserializationContext, Class<? extends T>): a, convertToObject, method_15291, deserialize, m_13808_
<T> T (com.google.gson.JsonElement, String, com.google.gson.JsonDeserializationContext, Class<? extends T>): a, convertToObject, method_15291
<T> T (com.google.gson.JsonObject, String, com.google.gson.JsonDeserializationContext, Class<? extends T>): a, getAsObject, method_15272, deserialize, m_13836_
<T> T (com.google.gson.JsonObject, String, com.google.gson.JsonDeserializationContext, Class<? extends T>): a, getAsObject, method_15272
<T> T (com.google.gson.JsonObject, String, T, com.google.gson.JsonDeserializationContext, Class<? extends T>): a, getAsObject, method_15283, deserialize, m_13845_
<T> T (com.google.gson.JsonObject, String, T, com.google.gson.JsonDeserializationContext, Class<? extends T>): a, getAsObject, method_15283
String (com.google.gson.JsonElement): d, getType, method_15266, getType, m_13883_
String (com.google.gson.JsonElement): d, getType, method_15266
<T> T (com.google.gson.Gson, Reader, Class<T>, boolean): a, fromNullableJson, method_47993, deserializeNullable, m_13780_
<T> T (com.google.gson.Gson, String, Class<T>, boolean): a, fromJson, method_15279, deserialize, m_263467_
<T> T (com.google.gson.Gson, String, Class<T>): a, fromJson, method_15284, deserialize, m_13794_
<T> T (com.google.gson.Gson, String, Class<T>): a, fromJson, method_15284
com.google.gson.JsonObject (String, boolean): a, parse, method_15298, deserialize, m_13869_
com.google.gson.JsonObject (Reader, boolean): a, parse, method_15274, deserialize, m_13861_
com.google.gson.JsonObject (String): a, parse, method_15285, deserialize, m_13864_
com.google.gson.JsonObject (String): a, parse, method_15285
com.google.gson.JsonObject (Reader): a, parse, method_15255, deserialize, m_13859_
com.google.gson.JsonObject (Reader): a, parse, method_15255
boolean (com.google.gson.JsonElement): a, isStringValue, method_15286, isString, m_13803_
boolean (com.google.gson.JsonElement): a, isStringValue, method_15286
boolean (com.google.gson.JsonObject, String): c, isBooleanValue, method_15254, hasBoolean, m_13880_
boolean (com.google.gson.JsonObject, String): c, isBooleanValue, method_15254
<T> T (com.google.gson.Gson, Reader, Class<T>): a, fromJson, method_15276, deserialize, m_13776_
<T> T (com.google.gson.Gson, Reader, Class<T>): a, fromJson, method_15276
long (com.google.gson.JsonObject, String): n, getAsLong, method_22449, getLong, m_13921_
long (com.google.gson.JsonObject, String): n, getAsLong, method_22449
<T> T (com.google.gson.Gson, Reader, com.google.gson.reflect.TypeToken<T>, boolean): a, fromNullableJson, method_47992, deserializeNullable, m_13771_
<T> T (com.google.gson.Gson, Reader, com.google.gson.reflect.TypeToken<T>): a, fromJson, method_15297, deserialize, m_13767_
<T> T (com.google.gson.Gson, Reader, com.google.gson.reflect.TypeToken<T>): b, fromJson, method_15297
<T> T (com.google.gson.Gson, String, com.google.gson.reflect.TypeToken<T>, boolean): a, fromNullableJson, method_15262, deserialize, m_13789_
<T> T (com.google.gson.Gson, String, com.google.gson.reflect.TypeToken<T>): a, fromNullableJson, method_15290, deserialize, m_13785_
<T> T (com.google.gson.Gson, String, com.google.gson.reflect.TypeToken<T>): a, fromNullableJson, method_15290
boolean (com.google.gson.JsonObject, String): b, isNumberValue, method_34920, hasNumber, m_144762_
boolean (com.google.gson.JsonObject, String): b, isNumberValue, method_34920
boolean (com.google.gson.JsonElement): c, isBooleanValue, method_34921, isBoolean, m_144767_
boolean (com.google.gson.JsonElement): c, isBooleanValue, method_34921
boolean (com.google.gson.JsonObject, String): e, isObjectNode, method_34923, hasJsonObject, m_144772_
boolean (com.google.gson.JsonObject, String): e, isObjectNode, method_34923
double (com.google.gson.JsonElement, String): d, convertToDouble, method_34922, asDouble, m_144769_
double (com.google.gson.JsonElement, String): d, convertToDouble, method_34922
double (com.google.gson.JsonObject, String): l, getAsDouble, method_34927, getDouble, m_144784_
double (com.google.gson.JsonObject, String): l, getAsDouble, method_34927
double (com.google.gson.JsonObject, String, double): a, getAsDouble, method_34915, getDouble, m_144742_
double (com.google.gson.JsonObject, String, double): a, getAsDouble, method_34915
byte (com.google.gson.JsonObject, String): p, getAsByte, method_34929, getByte, m_144790_
byte (com.google.gson.JsonObject, String): p, getAsByte, method_34929
char (com.google.gson.JsonElement, String): i, convertToCharacter, method_34924, asChar, m_144775_
char (com.google.gson.JsonElement, String): i, convertToCharacter, method_34924
char (com.google.gson.JsonObject, String): q, getAsCharacter, method_34930, getChar, m_144793_
char (com.google.gson.JsonObject, String): q, getAsCharacter, method_34930
char (com.google.gson.JsonObject, String, char): a, getAsCharacter, method_34914, getChar, m_144738_
char (com.google.gson.JsonObject, String, char): a, getAsCharacter, method_34914
BigDecimal (com.google.gson.JsonElement, String): j, convertToBigDecimal, method_34925, asBigDecimal, m_144778_
BigDecimal (com.google.gson.JsonElement, String): j, convertToBigDecimal, method_34925
BigDecimal (com.google.gson.JsonObject, String): r, getAsBigDecimal, method_34931, getBigDecimal, m_144796_
BigDecimal (com.google.gson.JsonObject, String): r, getAsBigDecimal, method_34931
BigDecimal (com.google.gson.JsonObject, String, BigDecimal): a, getAsBigDecimal, method_34917, getBigDecimal, m_144750_
BigDecimal (com.google.gson.JsonObject, String, BigDecimal): a, getAsBigDecimal, method_34917
BigInteger (com.google.gson.JsonElement, String): k, convertToBigInteger, method_34926, asBigInteger, m_144781_
BigInteger (com.google.gson.JsonElement, String): k, convertToBigInteger, method_34926
BigInteger (com.google.gson.JsonObject, String): s, getAsBigInteger, method_34932, getBigInteger, m_144799_
BigInteger (com.google.gson.JsonObject, String): s, getAsBigInteger, method_34932
BigInteger (com.google.gson.JsonObject, String, BigInteger): a, getAsBigInteger, method_34918, getBigInteger, m_144754_
BigInteger (com.google.gson.JsonObject, String, BigInteger): a, getAsBigInteger, method_34918
short (com.google.gson.JsonElement, String): l, convertToShort, method_34928, asShort, m_144787_
short (com.google.gson.JsonElement, String): l, convertToShort, method_34928
short (com.google.gson.JsonObject, String): t, getAsShort, method_34933, getShort, m_144802_
short (com.google.gson.JsonObject, String): t, getAsShort, method_34933
short (com.google.gson.JsonObject, String, short): a, getAsShort, method_34919, getShort, m_144758_
short (com.google.gson.JsonObject, String, short): a, getAsShort, method_34919
com.google.gson.JsonArray (Reader): b, parseArray, method_37165, deserializeArray, m_144765_
com.google.gson.JsonArray (Reader): b, parseArray, method_37165
com.google.gson.JsonArray (String): b, parseArray, method_43679, deserializeArray, m_216214_
com.google.gson.JsonArray (String): b, parseArray, method_43679
String (com.google.gson.JsonElement): e, toStableString, method_43680, toSortedString, m_216216_
String (com.google.gson.JsonElement): e, toStableString, method_43680
void (com.google.gson.stream.JsonWriter, com.google.gson.JsonElement, Comparator<String>): a, writeValue, method_43677, writeSorted, m_216207_
void (com.google.gson.stream.JsonWriter, com.google.gson.JsonElement, Comparator<String>): a, writeValue, method_43677
Collection<Map$Entry<String, com.google.gson.JsonElement>> (Collection<Map$Entry<String, com.google.gson.JsonElement>>, Comparator<String>): a, sortByKeyIfNeeded, method_43678, sort, m_216211_
Collection<Map$Entry<String, com.google.gson.JsonElement>> (Collection<Map$Entry<String, com.google.gson.JsonElement>>, Comparator<String>): a, sortByKeyIfNeeded, method_43678
<T> T (com.google.gson.Gson, Reader, Class<T>, boolean): b, fromJson, method_15267, deserialize, m_263475_
<T> T (com.google.gson.Gson, Reader, com.google.gson.reflect.TypeToken<T>, boolean): b, fromJson, method_15273, deserialize, m_263457_
<T> T (com.google.gson.Gson, String, Class<T>, boolean): b, fromNullableJson, method_47994, deserializeNullable, m_13798_
com.google.gson.JsonElement (com.google.gson.JsonObject, String): h, getNonNull, method_52226, getElement, m_289747_
com.google.gson.JsonElement (com.google.gson.JsonObject, String): h, getNonNull, method_52226
Holder<Item> (com.google.gson.JsonElement, String): b, convertToItem, method_15256, asItem, m_13874_
Holder<Item> (com.google.gson.JsonElement, String): b, convertToItem, method_15256
Holder<Item> (com.google.gson.JsonObject, String): j, getAsItem, method_15288, getItem, m_144746_
Holder<Item> (com.google.gson.JsonObject, String): j, getAsItem, method_15288
Holder<Item> (com.google.gson.JsonObject, String, Holder<Item>): a, getAsItem, method_34916, getItem, m_13909_
Holder<Item> (com.google.gson.JsonObject, String, Holder<Item>): a, getAsItem, method_34916
boolean (com.google.gson.JsonElement, int): a, encodesLongerThan, method_66034, isTooLarge, m_384001_
boolean (com.google.gson.JsonElement, int): a, encodesLongerThan, method_66034
<T> T (com.google.gson.Gson, Reader, com.google.gson.reflect.TypeToken<T>): a, fromNullableJson, method_47992
1.21.5
Names
ayp
azo
Fields
Constructors
Methods
boolean (com.google.gson.JsonElement, int): a, encodesLongerThan, method_66034, isTooLarge, m_384001_
1.21.4
Names
azu
ayp
Fields
Constructors
Methods
1.21.3
Names
aye
azu
Fields
Constructors
Methods
1.21.1
Names
Fields
Constructors
Methods
1.21
Names
ayp
aye
Fields
Constructors
Methods
1.20.6
Names
aue
ayp
Fields
Constructors
Methods
1.20.4
Names
arn
aue
Fields
Constructors
Methods
1.20.2
Names
aor
arn
Fields
Constructors
Methods
Item (com.google.gson.JsonElement, String): b, convertToItem, method_15256, asItem, m_13874_
Item (com.google.gson.JsonObject, String): j, getAsItem, method_15288, getItem, m_13909_
Item (com.google.gson.JsonObject, String, Item): a, getAsItem, method_34916, getItem, m_144746_
Holder<Item> (com.google.gson.JsonElement, String): b, convertToItem, method_15256, asItem, m_13874_
Holder<Item> (com.google.gson.JsonObject, String): j, getAsItem, method_15288, getItem, m_144746_
Holder<Item> (com.google.gson.JsonObject, String, Holder<Item>): a, getAsItem, method_34916, getItem, m_13909_
1.20.1
Names
apa
aor
Fields
Constructors
Methods
String (com.google.gson.JsonObject, String): h, getAsString, method_15265, getString, m_13906_
String (com.google.gson.JsonObject, String): i, getAsString, method_15265, getString, m_13906_
Item (com.google.gson.JsonObject, String): i, getAsItem, method_15288, getItem, m_13909_
Item (com.google.gson.JsonObject, String): j, getAsItem, method_15288, getItem, m_13909_
boolean (com.google.gson.JsonObject, String): j, getAsBoolean, method_15270, getBoolean, m_13912_
boolean (com.google.gson.JsonObject, String): k, getAsBoolean, method_15270, getBoolean, m_13912_
float (com.google.gson.JsonObject, String): l, getAsFloat, method_15259, getFloat, m_13915_
float (com.google.gson.JsonObject, String): m, getAsFloat, method_15259, getFloat, m_13915_
int (com.google.gson.JsonObject, String): n, getAsInt, method_15260, getInt, m_13927_
int (com.google.gson.JsonObject, String): o, getAsInt, method_15260, getInt, m_13927_
com.google.gson.JsonObject (com.google.gson.JsonObject, String): t, getAsJsonObject, method_15296, getObject, m_13930_
com.google.gson.JsonObject (com.google.gson.JsonObject, String): u, getAsJsonObject, method_15296, getObject, m_13930_
com.google.gson.JsonArray (com.google.gson.JsonObject, String): u, getAsJsonArray, method_15261, getArray, m_13933_
com.google.gson.JsonArray (com.google.gson.JsonObject, String): v, getAsJsonArray, method_15261, getArray, m_13933_
long (com.google.gson.JsonObject, String): m, getAsLong, method_22449, getLong, m_13921_
long (com.google.gson.JsonObject, String): n, getAsLong, method_22449, getLong, m_13921_
double (com.google.gson.JsonObject, String): k, getAsDouble, method_34927, getDouble, m_144784_
double (com.google.gson.JsonObject, String): l, getAsDouble, method_34927, getDouble, m_144784_
byte (com.google.gson.JsonObject, String): o, getAsByte, method_34929, getByte, m_144790_
byte (com.google.gson.JsonObject, String): p, getAsByte, method_34929, getByte, m_144790_
char (com.google.gson.JsonObject, String): p, getAsCharacter, method_34930, getChar, m_144793_
char (com.google.gson.JsonObject, String): q, getAsCharacter, method_34930, getChar, m_144793_
BigDecimal (com.google.gson.JsonObject, String): q, getAsBigDecimal, method_34931, getBigDecimal, m_144796_
BigDecimal (com.google.gson.JsonObject, String): r, getAsBigDecimal, method_34931, getBigDecimal, m_144796_
BigInteger (com.google.gson.JsonObject, String): r, getAsBigInteger, method_34932, getBigInteger, m_144799_
BigInteger (com.google.gson.JsonObject, String): s, getAsBigInteger, method_34932, getBigInteger, m_144799_
short (com.google.gson.JsonObject, String): s, getAsShort, method_34933, getShort, m_144802_
short (com.google.gson.JsonObject, String): t, getAsShort, method_34933, getShort, m_144802_
com.google.gson.JsonElement (com.google.gson.JsonObject, String): h, getNonNull, method_52226, getElement, m_289747_
1.19.4
Names
ant
apa
Fields
Constructors
Methods
1.19.3
Names
alz
ant
Fields
Constructors
Methods
<T> T (com.google.gson.Gson, Reader, Class<T>, boolean): a, fromJson, method_15267, deserialize, m_13780_
<T> T (com.google.gson.Gson, Reader, Class<T>, boolean): a, fromNullableJson, method_47993, deserializeNullable, m_13780_
<T> T (com.google.gson.Gson, String, Class<T>, boolean): a, fromJson, method_15279, deserialize, m_13798_
<T> T (com.google.gson.Gson, String, Class<T>, boolean): a, fromJson, method_15279, deserialize, m_263467_
<T> T (com.google.gson.Gson, Reader, com.google.gson.reflect.TypeToken<T>, boolean): a, fromJson, method_15273, deserialize, m_13771_
<T> T (com.google.gson.Gson, Reader, com.google.gson.reflect.TypeToken<T>, boolean): a, fromNullableJson, method_47992, deserializeNullable, m_13771_
<T> T (com.google.gson.Gson, String, com.google.gson.reflect.TypeToken<T>, boolean): a, fromJson, method_15262, deserialize, m_13789_
<T> T (com.google.gson.Gson, String, com.google.gson.reflect.TypeToken<T>, boolean): a, fromNullableJson, method_15262, deserialize, m_13789_
<T> T (com.google.gson.Gson, String, com.google.gson.reflect.TypeToken<T>): a, fromJson, method_15290, deserialize, m_13785_
<T> T (com.google.gson.Gson, String, com.google.gson.reflect.TypeToken<T>): a, fromNullableJson, method_15290, deserialize, m_13785_
<T> T (com.google.gson.Gson, Reader, Class<T>, boolean): b, fromJson, method_15267, deserialize, m_263475_
<T> T (com.google.gson.Gson, Reader, com.google.gson.reflect.TypeToken<T>, boolean): b, fromJson, method_15273, deserialize, m_263457_
<T> T (com.google.gson.Gson, String, Class<T>, boolean): b, fromNullableJson, method_47994, deserializeNullable, m_13798_
1.19.2
Names
Fields
Constructors
Methods
1.19.1
Names
alg
alz
Fields
Constructors
Methods
1.19
Names
ajd
alg
Fields
Constructors
Methods
com.google.gson.JsonArray (String): b, parseArray, method_43679, deserializeArray, m_216214_
String (com.google.gson.JsonElement): e, toStableString, method_43680, toSortedString, m_216216_
void (com.google.gson.stream.JsonWriter, com.google.gson.JsonElement, Comparator<String>): a, writeValue, method_43677, writeSorted, m_216207_
Collection<Map$Entry<String, com.google.gson.JsonElement>> (Collection<Map$Entry<String, com.google.gson.JsonElement>>, Comparator<String>): a, sortByKeyIfNeeded, method_43678, sort, m_216211_
1.18.2
Names
aiq
ajd
Fields
Constructors
Methods
1.18.1
Names
Fields
Constructors
Methods
1.18
Names
agv
aiq
Fields
Constructors
Methods
com.google.gson.JsonArray (Reader): b, parseArray, method_37165, method_37165, m_144765_
com.google.gson.JsonArray (Reader): b, parseArray, method_37165, deserializeArray, m_144765_
1.17.1
Names
Fields
Constructors
Methods
1.17
Names
afd
agv
net.minecraft.util.JSONUtils
net.minecraft.src.C_181_
Fields
com.google.gson.Gson: a, GSON, field_15657, GSON, field_212747_a
com.google.gson.Gson: a, GSON, field_15657, GSON, f_13765_
Constructors
()
Methods
boolean (com.google.gson.JsonObject, String): a, isStringValue, method_15289, hasString, func_151205_a
boolean (com.google.gson.JsonObject, String): a, isStringValue, method_15289, hasString, m_13813_
boolean (com.google.gson.JsonElement): b, isNumberValue, method_15275, isNumber, func_188175_b
boolean (com.google.gson.JsonElement): b, isNumberValue, method_15275, isNumber, m_13872_
boolean (com.google.gson.JsonObject, String): d, isArrayNode, method_15264, hasArray, func_151202_d
boolean (com.google.gson.JsonObject, String): d, isArrayNode, method_15264, hasArray, m_13885_
boolean (com.google.gson.JsonObject, String): f, isValidPrimitive, method_15278, hasPrimitive, func_151201_f
boolean (com.google.gson.JsonObject, String): f, isValidPrimitive, method_15278, hasPrimitive, m_13894_
boolean (com.google.gson.JsonObject, String): g, isValidNode, method_15294, hasElement, func_151204_g
boolean (com.google.gson.JsonObject, String): g, isValidNode, method_15294, hasElement, m_13900_
String (com.google.gson.JsonElement, String): a, convertToString, method_15287, asString, func_151206_a
String (com.google.gson.JsonElement, String): a, convertToString, method_15287, asString, m_13805_
String (com.google.gson.JsonObject, String): h, getAsString, method_15265, getString, func_151200_h
String (com.google.gson.JsonObject, String): h, getAsString, method_15265, getString, m_13906_
String (com.google.gson.JsonObject, String, String): a, getAsString, method_15253, getString, func_151219_a
String (com.google.gson.JsonObject, String, String): a, getAsString, method_15253, getString, m_13851_
Item (com.google.gson.JsonElement, String): b, convertToItem, method_15256, asItem, func_188172_b
Item (com.google.gson.JsonElement, String): b, convertToItem, method_15256, asItem, m_13874_
Item (com.google.gson.JsonObject, String): i, getAsItem, method_15288, getItem, func_188180_i
Item (com.google.gson.JsonObject, String): i, getAsItem, method_15288, getItem, m_13909_
boolean (com.google.gson.JsonElement, String): c, convertToBoolean, method_15268, asBoolean, func_151216_b
boolean (com.google.gson.JsonElement, String): c, convertToBoolean, method_15268, asBoolean, m_13877_
boolean (com.google.gson.JsonObject, String): j, getAsBoolean, method_15270, getBoolean, func_151212_i
boolean (com.google.gson.JsonObject, String): j, getAsBoolean, method_15270, getBoolean, m_13912_
boolean (com.google.gson.JsonObject, String, boolean): a, getAsBoolean, method_15258, getBoolean, func_151209_a
boolean (com.google.gson.JsonObject, String, boolean): a, getAsBoolean, method_15258, getBoolean, m_13855_
float (com.google.gson.JsonElement, String): e, convertToFloat, method_15269, asFloat, func_151220_d
float (com.google.gson.JsonElement, String): e, convertToFloat, method_15269, asFloat, m_13888_
float (com.google.gson.JsonObject, String): l, getAsFloat, method_15259, getFloat, func_151217_k
float (com.google.gson.JsonObject, String): l, getAsFloat, method_15259, getFloat, m_13915_
float (com.google.gson.JsonObject, String, float): a, getAsFloat, method_15277, getFloat, func_151221_a
float (com.google.gson.JsonObject, String, float): a, getAsFloat, method_15277, getFloat, m_13820_
long (com.google.gson.JsonElement, String): f, convertToLong, method_15263, asLong, func_219794_f
long (com.google.gson.JsonElement, String): f, convertToLong, method_15263, asLong, m_13891_
long (com.google.gson.JsonObject, String, long): a, getAsLong, method_15280, getLong, func_219796_a
long (com.google.gson.JsonObject, String, long): a, getAsLong, method_15280, getLong, m_13828_
int (com.google.gson.JsonElement, String): g, convertToInt, method_15257, asInt, func_151215_f
int (com.google.gson.JsonElement, String): g, convertToInt, method_15257, asInt, m_13897_
int (com.google.gson.JsonObject, String): n, getAsInt, method_15260, getInt, func_151203_m
int (com.google.gson.JsonObject, String): n, getAsInt, method_15260, getInt, m_13927_
int (com.google.gson.JsonObject, String, int): a, getAsInt, method_15282, getInt, func_151208_a
int (com.google.gson.JsonObject, String, int): a, getAsInt, method_15282, getInt, m_13824_
byte (com.google.gson.JsonElement, String): h, convertToByte, method_15293, asByte, func_204332_h
byte (com.google.gson.JsonElement, String): h, convertToByte, method_15293, asByte, m_13903_
byte (com.google.gson.JsonObject, String, byte): a, getAsByte, method_15271, getByte, func_219795_a
byte (com.google.gson.JsonObject, String, byte): a, getAsByte, method_15271, getByte, m_13816_
com.google.gson.JsonObject (com.google.gson.JsonElement, String): m, convertToJsonObject, method_15295, asObject, func_151210_l
com.google.gson.JsonObject (com.google.gson.JsonElement, String): m, convertToJsonObject, method_15295, asObject, m_13918_
com.google.gson.JsonObject (com.google.gson.JsonObject, String): t, getAsJsonObject, method_15296, getObject, func_152754_s
com.google.gson.JsonObject (com.google.gson.JsonObject, String): t, getAsJsonObject, method_15296, getObject, m_13930_
com.google.gson.JsonObject (com.google.gson.JsonObject, String, com.google.gson.JsonObject): a, getAsJsonObject, method_15281, getObject, func_151218_a
com.google.gson.JsonObject (com.google.gson.JsonObject, String, com.google.gson.JsonObject): a, getAsJsonObject, method_15281, getObject, m_13841_
com.google.gson.JsonArray (com.google.gson.JsonElement, String): n, convertToJsonArray, method_15252, asArray, func_151207_m
com.google.gson.JsonArray (com.google.gson.JsonElement, String): n, convertToJsonArray, method_15252, asArray, m_13924_
com.google.gson.JsonArray (com.google.gson.JsonObject, String): u, getAsJsonArray, method_15261, getArray, func_151214_t
com.google.gson.JsonArray (com.google.gson.JsonObject, String): u, getAsJsonArray, method_15261, getArray, m_13933_
com.google.gson.JsonArray (com.google.gson.JsonObject, String, com.google.gson.JsonArray): a, getAsJsonArray, method_15292, getArray, func_151213_a
com.google.gson.JsonArray (com.google.gson.JsonObject, String, com.google.gson.JsonArray): a, getAsJsonArray, method_15292, getArray, m_13832_
<T> T (com.google.gson.JsonElement, String, com.google.gson.JsonDeserializationContext, Class<? extends T>): a, convertToObject, method_15291, deserialize, func_188179_a
<T> T (com.google.gson.JsonElement, String, com.google.gson.JsonDeserializationContext, Class<? extends T>): a, convertToObject, method_15291, deserialize, m_13808_
<T> T (com.google.gson.JsonObject, String, com.google.gson.JsonDeserializationContext, Class<? extends T>): a, getAsObject, method_15272, deserialize, func_188174_a
<T> T (com.google.gson.JsonObject, String, com.google.gson.JsonDeserializationContext, Class<? extends T>): a, getAsObject, method_15272, deserialize, m_13836_
<T> T (com.google.gson.JsonObject, String, T, com.google.gson.JsonDeserializationContext, Class<? extends T>): a, getAsObject, method_15283, deserialize, func_188177_a
<T> T (com.google.gson.JsonObject, String, T, com.google.gson.JsonDeserializationContext, Class<? extends T>): a, getAsObject, method_15283, deserialize, m_13845_
String (com.google.gson.JsonElement): d, getType, method_15266, getType, func_151222_d
String (com.google.gson.JsonElement): d, getType, method_15266, getType, m_13883_
<T> T (com.google.gson.Gson, Reader, Class<T>, boolean): a, fromJson, method_15267, deserialize, func_188173_a
<T> T (com.google.gson.Gson, Reader, Class<T>, boolean): a, fromJson, method_15267, deserialize, m_13780_
<T> T (com.google.gson.Gson, String, Class<T>, boolean): a, fromJson, method_15279, deserialize, func_188176_a
<T> T (com.google.gson.Gson, String, Class<T>, boolean): a, fromJson, method_15279, deserialize, m_13798_
<T> T (com.google.gson.Gson, String, Class<T>): a, fromJson, method_15284, deserialize, func_188178_a
<T> T (com.google.gson.Gson, String, Class<T>): a, fromJson, method_15284, deserialize, m_13794_
com.google.gson.JsonObject (String, boolean): a, parse, method_15298, deserialize, func_212746_a
com.google.gson.JsonObject (String, boolean): a, parse, method_15298, deserialize, m_13869_
com.google.gson.JsonObject (Reader, boolean): a, parse, method_15274, deserialize, func_212744_a
com.google.gson.JsonObject (Reader, boolean): a, parse, method_15274, deserialize, m_13861_
com.google.gson.JsonObject (String): a, parse, method_15285, deserialize, func_212745_a
com.google.gson.JsonObject (String): a, parse, method_15285, deserialize, m_13864_
com.google.gson.JsonObject (Reader): a, parse, method_15255, deserialize, func_212743_a
com.google.gson.JsonObject (Reader): a, parse, method_15255, deserialize, m_13859_
boolean (com.google.gson.JsonElement): a, isStringValue, method_15286, isString, func_151211_a
boolean (com.google.gson.JsonElement): a, isStringValue, method_15286, isString, m_13803_
boolean (com.google.gson.JsonObject, String): c, isBooleanValue, method_15254, hasBoolean, func_180199_c
boolean (com.google.gson.JsonObject, String): c, isBooleanValue, method_15254, hasBoolean, m_13880_
<T> T (com.google.gson.Gson, Reader, Class<T>): a, fromJson, method_15276, deserialize, func_193839_a
<T> T (com.google.gson.Gson, Reader, Class<T>): a, fromJson, method_15276, deserialize, m_13776_
long (com.google.gson.JsonObject, String): m, getAsLong, method_22449, getLong, func_226161_m_
long (com.google.gson.JsonObject, String): m, getAsLong, method_22449, getLong, m_13921_
<T> T (com.google.gson.Gson, Reader, com.google.gson.reflect.TypeToken<T>, boolean): a, fromJson, method_15273, deserialize, func_233011_a_
<T> T (com.google.gson.Gson, Reader, com.google.gson.reflect.TypeToken<T>, boolean): a, fromJson, method_15273, deserialize, m_13771_
<T> T (com.google.gson.Gson, Reader, com.google.gson.reflect.TypeToken<T>): a, fromJson, method_15297, deserialize, func_233010_a_
<T> T (com.google.gson.Gson, Reader, com.google.gson.reflect.TypeToken<T>): a, fromJson, method_15297, deserialize, m_13767_
<T> T (com.google.gson.Gson, String, com.google.gson.reflect.TypeToken<T>, boolean): a, fromJson, method_15262, deserialize, func_233013_a_
<T> T (com.google.gson.Gson, String, com.google.gson.reflect.TypeToken<T>, boolean): a, fromJson, method_15262, deserialize, m_13789_
<T> T (com.google.gson.Gson, String, com.google.gson.reflect.TypeToken<T>): a, fromJson, method_15290, deserialize, func_233012_a_
<T> T (com.google.gson.Gson, String, com.google.gson.reflect.TypeToken<T>): a, fromJson, method_15290, deserialize, m_13785_
boolean (com.google.gson.JsonObject, String): b, isNumberValue, method_34920, hasNumber, m_144762_
boolean (com.google.gson.JsonElement): c, isBooleanValue, method_34921, isBoolean, m_144767_
boolean (com.google.gson.JsonObject, String): e, isObjectNode, method_34923, hasJsonObject, m_144772_
Item (com.google.gson.JsonObject, String, Item): a, getAsItem, method_34916, getItem, m_144746_
double (com.google.gson.JsonElement, String): d, convertToDouble, method_34922, asDouble, m_144769_
double (com.google.gson.JsonObject, String): k, getAsDouble, method_34927, getDouble, m_144784_
double (com.google.gson.JsonObject, String, double): a, getAsDouble, method_34915, getDouble, m_144742_
byte (com.google.gson.JsonObject, String): o, getAsByte, method_34929, getByte, m_144790_
char (com.google.gson.JsonElement, String): i, convertToCharacter, method_34924, asChar, m_144775_
char (com.google.gson.JsonObject, String): p, getAsCharacter, method_34930, getChar, m_144793_
char (com.google.gson.JsonObject, String, char): a, getAsCharacter, method_34914, getChar, m_144738_
BigDecimal (com.google.gson.JsonElement, String): j, convertToBigDecimal, method_34925, asBigDecimal, m_144778_
BigDecimal (com.google.gson.JsonObject, String): q, getAsBigDecimal, method_34931, getBigDecimal, m_144796_
BigDecimal (com.google.gson.JsonObject, String, BigDecimal): a, getAsBigDecimal, method_34917, getBigDecimal, m_144750_
BigInteger (com.google.gson.JsonElement, String): k, convertToBigInteger, method_34926, asBigInteger, m_144781_
BigInteger (com.google.gson.JsonObject, String): r, getAsBigInteger, method_34932, getBigInteger, m_144799_
BigInteger (com.google.gson.JsonObject, String, BigInteger): a, getAsBigInteger, method_34918, getBigInteger, m_144754_
short (com.google.gson.JsonElement, String): l, convertToShort, method_34928, asShort, m_144787_
short (com.google.gson.JsonObject, String): s, getAsShort, method_34933, getShort, m_144802_
short (com.google.gson.JsonObject, String, short): a, getAsShort, method_34919, getShort, m_144758_
com.google.gson.JsonArray (Reader): b, parseArray, method_37165, method_37165, m_144765_
1.16.5
Names
Fields
Constructors
Methods
1.16.4
Names
afa
afd
Fields
Constructors
Methods
1.16.3
Names
Fields
Constructors
Methods
1.16.2
Names
adt
afa
Fields
Constructors
Methods
1.16.1
Names
abk
adt
Fields
Constructors
Methods
<T> T (com.google.gson.Gson, Reader, Type, boolean): a, fromJson, method_15273, deserialize, func_193838_a
<T> T (com.google.gson.Gson, Reader, Type): a, fromJson, method_15297, deserialize, func_193841_a
<T> T (com.google.gson.Gson, String, Type, boolean): a, fromJson, method_15262, deserialize, func_193837_a
<T> T (com.google.gson.Gson, String, Type): a, fromJson, method_15290, deserialize, func_193840_a
<T> T (com.google.gson.Gson, Reader, com.google.gson.reflect.TypeToken<T>, boolean): a, fromJson, method_15273, deserialize, func_233011_a_
<T> T (com.google.gson.Gson, Reader, com.google.gson.reflect.TypeToken<T>): a, fromJson, method_15297, deserialize, func_233010_a_
<T> T (com.google.gson.Gson, String, com.google.gson.reflect.TypeToken<T>, boolean): a, fromJson, method_15262, deserialize, func_233013_a_
<T> T (com.google.gson.Gson, String, com.google.gson.reflect.TypeToken<T>): a, fromJson, method_15290, deserialize, func_233012_a_
1.15.2
Names
Fields
Constructors
Methods
1.15.1
Names
Fields
Constructors
Methods
1.15
Names
zs
abk
Fields
Constructors
Methods
long (com.google.gson.JsonObject, String): m, getAsLong, method_22449, getLong, func_226161_m_
1.14.4
Names
zp
zs
net.minecraft.util.GsonHelper
Fields
com.google.gson.Gson: a, field_15657, GSON, field_212747_a
com.google.gson.Gson: a, GSON, field_15657, GSON, field_212747_a
Constructors
Methods
boolean (com.google.gson.JsonObject, String): a, method_15289, hasString, func_151205_a
boolean (com.google.gson.JsonObject, String): a, isStringValue, method_15289, hasString, func_151205_a
boolean (com.google.gson.JsonElement): b, method_15275, isNumber, func_188175_b
boolean (com.google.gson.JsonElement): b, isNumberValue, method_15275, isNumber, func_188175_b
boolean (com.google.gson.JsonObject, String): d, method_15264, hasArray, func_151202_d
boolean (com.google.gson.JsonObject, String): d, isArrayNode, method_15264, hasArray, func_151202_d
boolean (com.google.gson.JsonObject, String): f, method_15278, hasPrimitive, func_151201_f
boolean (com.google.gson.JsonObject, String): f, isValidPrimitive, method_15278, hasPrimitive, func_151201_f
boolean (com.google.gson.JsonObject, String): g, method_15294, hasElement, func_151204_g
boolean (com.google.gson.JsonObject, String): g, isValidNode, method_15294, hasElement, func_151204_g
String (com.google.gson.JsonElement, String): a, method_15287, asString, func_151206_a
String (com.google.gson.JsonElement, String): a, convertToString, method_15287, asString, func_151206_a
String (com.google.gson.JsonObject, String): h, method_15265, getString, func_151200_h
String (com.google.gson.JsonObject, String): h, getAsString, method_15265, getString, func_151200_h
String (com.google.gson.JsonObject, String, String): a, method_15253, getString, func_151219_a
String (com.google.gson.JsonObject, String, String): a, getAsString, method_15253, getString, func_151219_a
Item (com.google.gson.JsonElement, String): b, method_15256, asItem, func_188172_b
Item (com.google.gson.JsonElement, String): b, convertToItem, method_15256, asItem, func_188172_b
Item (com.google.gson.JsonObject, String): i, method_15288, getItem, func_188180_i
Item (com.google.gson.JsonObject, String): i, getAsItem, method_15288, getItem, func_188180_i
boolean (com.google.gson.JsonElement, String): c, method_15268, asBoolean, func_151216_b
boolean (com.google.gson.JsonElement, String): c, convertToBoolean, method_15268, asBoolean, func_151216_b
boolean (com.google.gson.JsonObject, String): j, method_15270, getBoolean, func_151212_i
boolean (com.google.gson.JsonObject, String): j, getAsBoolean, method_15270, getBoolean, func_151212_i
boolean (com.google.gson.JsonObject, String, boolean): a, method_15258, getBoolean, func_151209_a
boolean (com.google.gson.JsonObject, String, boolean): a, getAsBoolean, method_15258, getBoolean, func_151209_a
float (com.google.gson.JsonElement, String): e, method_15269, asFloat, func_151220_d
float (com.google.gson.JsonElement, String): e, convertToFloat, method_15269, asFloat, func_151220_d
float (com.google.gson.JsonObject, String): l, method_15259, getFloat, func_151217_k
float (com.google.gson.JsonObject, String): l, getAsFloat, method_15259, getFloat, func_151217_k
float (com.google.gson.JsonObject, String, float): a, method_15277, getFloat, func_151221_a
float (com.google.gson.JsonObject, String, float): a, getAsFloat, method_15277, getFloat, func_151221_a
long (com.google.gson.JsonElement, String): f, method_15263, asLong, func_219794_f
long (com.google.gson.JsonElement, String): f, convertToLong, method_15263, asLong, func_219794_f
long (com.google.gson.JsonObject, String, long): a, method_15280, getLong, func_219796_a
long (com.google.gson.JsonObject, String, long): a, getAsLong, method_15280, getLong, func_219796_a
int (com.google.gson.JsonElement, String): g, method_15257, asInt, func_151215_f
int (com.google.gson.JsonElement, String): g, convertToInt, method_15257, asInt, func_151215_f
int (com.google.gson.JsonObject, String): n, method_15260, getInt, func_151203_m
int (com.google.gson.JsonObject, String): n, getAsInt, method_15260, getInt, func_151203_m
int (com.google.gson.JsonObject, String, int): a, method_15282, getInt, func_151208_a
int (com.google.gson.JsonObject, String, int): a, getAsInt, method_15282, getInt, func_151208_a
byte (com.google.gson.JsonElement, String): h, method_15293, asByte, func_204332_h
byte (com.google.gson.JsonElement, String): h, convertToByte, method_15293, asByte, func_204332_h
byte (com.google.gson.JsonObject, String, byte): a, method_15271, getByte, func_219795_a
byte (com.google.gson.JsonObject, String, byte): a, getAsByte, method_15271, getByte, func_219795_a
com.google.gson.JsonObject (com.google.gson.JsonElement, String): m, method_15295, asObject, func_151210_l
com.google.gson.JsonObject (com.google.gson.JsonElement, String): m, convertToJsonObject, method_15295, asObject, func_151210_l
com.google.gson.JsonObject (com.google.gson.JsonObject, String): t, method_15296, getObject, func_152754_s
com.google.gson.JsonObject (com.google.gson.JsonObject, String): t, getAsJsonObject, method_15296, getObject, func_152754_s
com.google.gson.JsonObject (com.google.gson.JsonObject, String, com.google.gson.JsonObject): a, method_15281, getObject, func_151218_a
com.google.gson.JsonObject (com.google.gson.JsonObject, String, com.google.gson.JsonObject): a, getAsJsonObject, method_15281, getObject, func_151218_a
com.google.gson.JsonArray (com.google.gson.JsonElement, String): n, method_15252, asArray, func_151207_m
com.google.gson.JsonArray (com.google.gson.JsonElement, String): n, convertToJsonArray, method_15252, asArray, func_151207_m
com.google.gson.JsonArray (com.google.gson.JsonObject, String): u, method_15261, getArray, func_151214_t
com.google.gson.JsonArray (com.google.gson.JsonObject, String): u, getAsJsonArray, method_15261, getArray, func_151214_t
com.google.gson.JsonArray (com.google.gson.JsonObject, String, com.google.gson.JsonArray): a, method_15292, getArray, func_151213_a
com.google.gson.JsonArray (com.google.gson.JsonObject, String, com.google.gson.JsonArray): a, getAsJsonArray, method_15292, getArray, func_151213_a
<T> T (com.google.gson.JsonElement, String, com.google.gson.JsonDeserializationContext, Class<? extends T>): a, method_15291, deserialize, func_188179_a
<T> T (com.google.gson.JsonElement, String, com.google.gson.JsonDeserializationContext, Class<? extends T>): a, convertToObject, method_15291, deserialize, func_188179_a
<T> T (com.google.gson.JsonObject, String, com.google.gson.JsonDeserializationContext, Class<? extends T>): a, method_15272, deserialize, func_188174_a
<T> T (com.google.gson.JsonObject, String, com.google.gson.JsonDeserializationContext, Class<? extends T>): a, getAsObject, method_15272, deserialize, func_188174_a
<T> T (com.google.gson.JsonObject, String, T, com.google.gson.JsonDeserializationContext, Class<? extends T>): a, method_15283, deserialize, func_188177_a
<T> T (com.google.gson.JsonObject, String, T, com.google.gson.JsonDeserializationContext, Class<? extends T>): a, getAsObject, method_15283, deserialize, func_188177_a
String (com.google.gson.JsonElement): d, method_15266, getType, func_151222_d
String (com.google.gson.JsonElement): d, getType, method_15266, getType, func_151222_d
<T> T (com.google.gson.Gson, Reader, Class<T>, boolean): a, method_15267, deserialize, func_188173_a
<T> T (com.google.gson.Gson, Reader, Class<T>, boolean): a, fromJson, method_15267, deserialize, func_188173_a
<T> T (com.google.gson.Gson, Reader, Type, boolean): a, method_15273, deserialize, func_193838_a
<T> T (com.google.gson.Gson, Reader, Type, boolean): a, fromJson, method_15273, deserialize, func_193838_a
<T> T (com.google.gson.Gson, String, Class<T>, boolean): a, method_15279, deserialize, func_188176_a
<T> T (com.google.gson.Gson, String, Class<T>, boolean): a, fromJson, method_15279, deserialize, func_188176_a
<T> T (com.google.gson.Gson, Reader, Type): a, method_15297, deserialize, func_193841_a
<T> T (com.google.gson.Gson, Reader, Type): a, fromJson, method_15297, deserialize, func_193841_a
<T> T (com.google.gson.Gson, String, Class<T>): a, method_15284, deserialize, func_188178_a
<T> T (com.google.gson.Gson, String, Class<T>): a, fromJson, method_15284, deserialize, func_188178_a
com.google.gson.JsonObject (String, boolean): a, method_15298, deserialize, func_212746_a
com.google.gson.JsonObject (String, boolean): a, parse, method_15298, deserialize, func_212746_a
com.google.gson.JsonObject (Reader, boolean): a, method_15274, deserialize, func_212744_a
com.google.gson.JsonObject (Reader, boolean): a, parse, method_15274, deserialize, func_212744_a
com.google.gson.JsonObject (String): a, method_15285, deserialize, func_212745_a
com.google.gson.JsonObject (String): a, parse, method_15285, deserialize, func_212745_a
com.google.gson.JsonObject (Reader): a, method_15255, deserialize, func_212743_a
com.google.gson.JsonObject (Reader): a, parse, method_15255, deserialize, func_212743_a
boolean (com.google.gson.JsonElement): a, method_15286, isString, func_151211_a
boolean (com.google.gson.JsonElement): a, isStringValue, method_15286, isString, func_151211_a
boolean (com.google.gson.JsonObject, String): c, method_15254, hasBoolean, func_180199_c
boolean (com.google.gson.JsonObject, String): c, isBooleanValue, method_15254, hasBoolean, func_180199_c
<T> T (com.google.gson.Gson, String, Type, boolean): a, method_15262, deserialize, func_193837_a
<T> T (com.google.gson.Gson, String, Type, boolean): a, fromJson, method_15262, deserialize, func_193837_a
<T> T (com.google.gson.Gson, String, Type): a, method_15290, deserialize, func_193840_a
<T> T (com.google.gson.Gson, String, Type): a, fromJson, method_15290, deserialize, func_193840_a
<T> T (com.google.gson.Gson, Reader, Class<T>): a, method_15276, deserialize, func_193839_a
<T> T (com.google.gson.Gson, Reader, Class<T>): a, fromJson, method_15276, deserialize, func_193839_a
1.14.3
Names
zm
zp
net.minecraft.util.JsonHelper
Fields
com.google.gson.Gson: a, field_15657, field_212747_a
com.google.gson.Gson: a, field_15657, GSON, field_212747_a
Constructors
Methods
boolean (com.google.gson.JsonObject, String): a, method_15289, func_151205_a
boolean (com.google.gson.JsonObject, String): a, method_15289, hasString, func_151205_a
boolean (com.google.gson.JsonElement): b, method_15275, func_188175_b
boolean (com.google.gson.JsonElement): b, method_15275, isNumber, func_188175_b
boolean (com.google.gson.JsonObject, String): d, method_15264, func_151202_d
boolean (com.google.gson.JsonObject, String): d, method_15264, hasArray, func_151202_d
boolean (com.google.gson.JsonObject, String): f, method_15278, func_151201_f
boolean (com.google.gson.JsonObject, String): f, method_15278, hasPrimitive, func_151201_f
boolean (com.google.gson.JsonObject, String): g, method_15294, func_151204_g
boolean (com.google.gson.JsonObject, String): g, method_15294, hasElement, func_151204_g
String (com.google.gson.JsonElement, String): a, method_15287, func_151206_a
String (com.google.gson.JsonElement, String): a, method_15287, asString, func_151206_a
String (com.google.gson.JsonObject, String): h, method_15265, func_151200_h
String (com.google.gson.JsonObject, String): h, method_15265, getString, func_151200_h
String (com.google.gson.JsonObject, String, String): a, method_15253, func_151219_a
String (com.google.gson.JsonObject, String, String): a, method_15253, getString, func_151219_a
Item (com.google.gson.JsonElement, String): b, method_15256, func_188172_b
Item (com.google.gson.JsonElement, String): b, method_15256, asItem, func_188172_b
Item (com.google.gson.JsonObject, String): i, method_15288, func_188180_i
Item (com.google.gson.JsonObject, String): i, method_15288, getItem, func_188180_i
boolean (com.google.gson.JsonElement, String): c, method_15268, func_151216_b
boolean (com.google.gson.JsonElement, String): c, method_15268, asBoolean, func_151216_b
boolean (com.google.gson.JsonObject, String): j, method_15270, func_151212_i
boolean (com.google.gson.JsonObject, String): j, method_15270, getBoolean, func_151212_i
boolean (com.google.gson.JsonObject, String, boolean): a, method_15258, func_151209_a
boolean (com.google.gson.JsonObject, String, boolean): a, method_15258, getBoolean, func_151209_a
float (com.google.gson.JsonElement, String): e, method_15269, func_151220_d
float (com.google.gson.JsonElement, String): e, method_15269, asFloat, func_151220_d
float (com.google.gson.JsonObject, String): l, method_15259, func_151217_k
float (com.google.gson.JsonObject, String): l, method_15259, getFloat, func_151217_k
float (com.google.gson.JsonObject, String, float): a, method_15277, func_151221_a
float (com.google.gson.JsonObject, String, float): a, method_15277, getFloat, func_151221_a
long (com.google.gson.JsonElement, String): f, method_15263, func_219794_f
long (com.google.gson.JsonElement, String): f, method_15263, asLong, func_219794_f
long (com.google.gson.JsonObject, String, long): a, method_15280, func_219796_a
long (com.google.gson.JsonObject, String, long): a, method_15280, getLong, func_219796_a
int (com.google.gson.JsonElement, String): g, method_15257, func_151215_f
int (com.google.gson.JsonElement, String): g, method_15257, asInt, func_151215_f
int (com.google.gson.JsonObject, String): n, method_15260, func_151203_m
int (com.google.gson.JsonObject, String): n, method_15260, getInt, func_151203_m
int (com.google.gson.JsonObject, String, int): a, method_15282, func_151208_a
int (com.google.gson.JsonObject, String, int): a, method_15282, getInt, func_151208_a
byte (com.google.gson.JsonElement, String): h, method_15293, func_204332_h
byte (com.google.gson.JsonElement, String): h, method_15293, asByte, func_204332_h
byte (com.google.gson.JsonObject, String, byte): a, method_15271, func_219795_a
byte (com.google.gson.JsonObject, String, byte): a, method_15271, getByte, func_219795_a
com.google.gson.JsonObject (com.google.gson.JsonElement, String): m, method_15295, func_151210_l
com.google.gson.JsonObject (com.google.gson.JsonElement, String): m, method_15295, asObject, func_151210_l
com.google.gson.JsonObject (com.google.gson.JsonObject, String): t, method_15296, func_152754_s
com.google.gson.JsonObject (com.google.gson.JsonObject, String): t, method_15296, getObject, func_152754_s
com.google.gson.JsonObject (com.google.gson.JsonObject, String, com.google.gson.JsonObject): a, method_15281, func_151218_a
com.google.gson.JsonObject (com.google.gson.JsonObject, String, com.google.gson.JsonObject): a, method_15281, getObject, func_151218_a
com.google.gson.JsonArray (com.google.gson.JsonElement, String): n, method_15252, func_151207_m
com.google.gson.JsonArray (com.google.gson.JsonElement, String): n, method_15252, asArray, func_151207_m
com.google.gson.JsonArray (com.google.gson.JsonObject, String): u, method_15261, func_151214_t
com.google.gson.JsonArray (com.google.gson.JsonObject, String): u, method_15261, getArray, func_151214_t
com.google.gson.JsonArray (com.google.gson.JsonObject, String, com.google.gson.JsonArray): a, method_15292, func_151213_a
com.google.gson.JsonArray (com.google.gson.JsonObject, String, com.google.gson.JsonArray): a, method_15292, getArray, func_151213_a
<T> T (com.google.gson.JsonElement, String, com.google.gson.JsonDeserializationContext, Class<? extends T>): a, method_15291, func_188179_a
<T> T (com.google.gson.JsonElement, String, com.google.gson.JsonDeserializationContext, Class<? extends T>): a, method_15291, deserialize, func_188179_a
<T> T (com.google.gson.JsonObject, String, com.google.gson.JsonDeserializationContext, Class<? extends T>): a, method_15272, func_188174_a
<T> T (com.google.gson.JsonObject, String, com.google.gson.JsonDeserializationContext, Class<? extends T>): a, method_15272, deserialize, func_188174_a
<T> T (com.google.gson.JsonObject, String, T, com.google.gson.JsonDeserializationContext, Class<? extends T>): a, method_15283, func_188177_a
<T> T (com.google.gson.JsonObject, String, T, com.google.gson.JsonDeserializationContext, Class<? extends T>): a, method_15283, deserialize, func_188177_a
String (com.google.gson.JsonElement): d, method_15266, func_151222_d
String (com.google.gson.JsonElement): d, method_15266, getType, func_151222_d
<T> T (com.google.gson.Gson, Reader, Class<T>, boolean): a, method_15267, func_188173_a
<T> T (com.google.gson.Gson, Reader, Class<T>, boolean): a, method_15267, deserialize, func_188173_a
<T> T (com.google.gson.Gson, Reader, Type, boolean): a, method_15273, func_193838_a
<T> T (com.google.gson.Gson, Reader, Type, boolean): a, method_15273, deserialize, func_193838_a
<T> T (com.google.gson.Gson, String, Class<T>, boolean): a, method_15279, func_188176_a
<T> T (com.google.gson.Gson, String, Class<T>, boolean): a, method_15279, deserialize, func_188176_a
<T> T (com.google.gson.Gson, Reader, Type): a, method_15297, func_193841_a
<T> T (com.google.gson.Gson, Reader, Type): a, method_15297, deserialize, func_193841_a
<T> T (com.google.gson.Gson, String, Class<T>): a, method_15284, func_188178_a
<T> T (com.google.gson.Gson, String, Class<T>): a, method_15284, deserialize, func_188178_a
com.google.gson.JsonObject (String, boolean): a, method_15298, func_212746_a
com.google.gson.JsonObject (String, boolean): a, method_15298, deserialize, func_212746_a
com.google.gson.JsonObject (Reader, boolean): a, method_15274, func_212744_a
com.google.gson.JsonObject (Reader, boolean): a, method_15274, deserialize, func_212744_a
com.google.gson.JsonObject (String): a, method_15285, func_212745_a
com.google.gson.JsonObject (String): a, method_15285, deserialize, func_212745_a
com.google.gson.JsonObject (Reader): a, method_15255, func_212743_a
com.google.gson.JsonObject (Reader): a, method_15255, deserialize, func_212743_a
boolean (com.google.gson.JsonElement): a, method_15286, func_151211_a
boolean (com.google.gson.JsonElement): a, method_15286, isString, func_151211_a
boolean (com.google.gson.JsonObject, String): c, method_15254, func_180199_c
boolean (com.google.gson.JsonObject, String): c, method_15254, hasBoolean, func_180199_c
<T> T (com.google.gson.Gson, String, Type, boolean): a, method_15262, func_193837_a
<T> T (com.google.gson.Gson, String, Type, boolean): a, method_15262, deserialize, func_193837_a
<T> T (com.google.gson.Gson, String, Type): a, method_15290, func_193840_a
<T> T (com.google.gson.Gson, String, Type): a, method_15290, deserialize, func_193840_a
<T> T (com.google.gson.Gson, Reader, Class<T>): a, method_15276, func_193839_a
<T> T (com.google.gson.Gson, Reader, Class<T>): a, method_15276, deserialize, func_193839_a
1.14.2
Names
Fields
Constructors
Methods
1.14.1
Names
Fields
Constructors
Methods
1.14
Names
zm
net.minecraft.class_3518
net.minecraft.util.JSONUtils
Fields
com.google.gson.Gson: a, field_15657, field_212747_a
Constructors
Methods
boolean (com.google.gson.JsonObject, String): a, method_15289, func_151205_a
boolean (com.google.gson.JsonElement): b, method_15275, func_188175_b
boolean (com.google.gson.JsonObject, String): d, method_15264, func_151202_d
boolean (com.google.gson.JsonObject, String): f, method_15278, func_151201_f
boolean (com.google.gson.JsonObject, String): g, method_15294, func_151204_g
String (com.google.gson.JsonElement, String): a, method_15287, func_151206_a
String (com.google.gson.JsonObject, String): h, method_15265, func_151200_h
String (com.google.gson.JsonObject, String, String): a, method_15253, func_151219_a
Item (com.google.gson.JsonElement, String): b, method_15256, func_188172_b
Item (com.google.gson.JsonObject, String): i, method_15288, func_188180_i
boolean (com.google.gson.JsonElement, String): c, method_15268, func_151216_b
boolean (com.google.gson.JsonObject, String): j, method_15270, func_151212_i
boolean (com.google.gson.JsonObject, String, boolean): a, method_15258, func_151209_a
float (com.google.gson.JsonElement, String): e, method_15269, func_151220_d
float (com.google.gson.JsonObject, String): l, method_15259, func_151217_k
float (com.google.gson.JsonObject, String, float): a, method_15277, func_151221_a
long (com.google.gson.JsonElement, String): f, method_15263, func_219794_f
long (com.google.gson.JsonObject, String, long): a, method_15280, func_219796_a
int (com.google.gson.JsonElement, String): g, method_15257, func_151215_f
int (com.google.gson.JsonObject, String): n, method_15260, func_151203_m
int (com.google.gson.JsonObject, String, int): a, method_15282, func_151208_a
byte (com.google.gson.JsonElement, String): h, method_15293, func_204332_h
byte (com.google.gson.JsonObject, String, byte): a, method_15271, func_219795_a
com.google.gson.JsonObject (com.google.gson.JsonElement, String): m, method_15295, func_151210_l
com.google.gson.JsonObject (com.google.gson.JsonObject, String): t, method_15296, func_152754_s
com.google.gson.JsonObject (com.google.gson.JsonObject, String, com.google.gson.JsonObject): a, method_15281, func_151218_a
com.google.gson.JsonArray (com.google.gson.JsonElement, String): n, method_15252, func_151207_m
com.google.gson.JsonArray (com.google.gson.JsonObject, String): u, method_15261, func_151214_t
com.google.gson.JsonArray (com.google.gson.JsonObject, String, com.google.gson.JsonArray): a, method_15292, func_151213_a
<T> T (com.google.gson.JsonElement, String, com.google.gson.JsonDeserializationContext, Class<? extends T>): a, method_15291, func_188179_a
<T> T (com.google.gson.JsonObject, String, com.google.gson.JsonDeserializationContext, Class<? extends T>): a, method_15272, func_188174_a
<T> T (com.google.gson.JsonObject, String, T, com.google.gson.JsonDeserializationContext, Class<? extends T>): a, method_15283, func_188177_a
String (com.google.gson.JsonElement): d, method_15266, func_151222_d
<T> T (com.google.gson.Gson, Reader, Class<T>, boolean): a, method_15267, func_188173_a
<T> T (com.google.gson.Gson, Reader, Type, boolean): a, method_15273, func_193838_a
<T> T (com.google.gson.Gson, String, Class<T>, boolean): a, method_15279, func_188176_a
<T> T (com.google.gson.Gson, Reader, Type): a, method_15297, func_193841_a
<T> T (com.google.gson.Gson, String, Class<T>): a, method_15284, func_188178_a
com.google.gson.JsonObject (String, boolean): a, method_15298, func_212746_a
com.google.gson.JsonObject (Reader, boolean): a, method_15274, func_212744_a
com.google.gson.JsonObject (String): a, method_15285, func_212745_a
com.google.gson.JsonObject (Reader): a, method_15255, func_212743_a
boolean (com.google.gson.JsonElement): a, method_15286, func_151211_a
boolean (com.google.gson.JsonObject, String): c, method_15254, func_180199_c
<T> T (com.google.gson.Gson, String, Type, boolean): a, method_15262, func_193837_a
<T> T (com.google.gson.Gson, String, Type): a, method_15290, func_193840_a
<T> T (com.google.gson.Gson, Reader, Class<T>): a, method_15276, func_193839_a