History - net.minecraft.util.JsonHelper

26.3-snapshot-3

Names

Fields

Constructors

Methods

26.3-snapshot-2

Names

Fields

Constructors

Methods

26.3-snapshot-1

Names

Fields

Constructors

Methods

26.2

Names

Fields

Constructors

Methods

26.1.2

Names

Fields

Constructors

Methods

26.1.1

Names

Fields

Constructors

Methods

26.1

Names

Fields

Constructors

Methods

1.21.11_unobfuscated

Names

net.minecraft.util.GsonHelper

net.minecraft.class_3518

net.minecraft.util.JsonHelper

Fields

com.google.gson.Gson: GSON, field_15657, GSON

Constructors

()

Methods

boolean (com.google.gson.JsonObject, String): isStringValue, method_15289, hasString

boolean (com.google.gson.JsonElement): isStringValue, method_15286, isString

boolean (com.google.gson.JsonObject, String): isNumberValue, method_34920, hasNumber

boolean (com.google.gson.JsonElement): isNumberValue, method_15275, isNumber

boolean (com.google.gson.JsonObject, String): isBooleanValue, method_15254, hasBoolean

boolean (com.google.gson.JsonElement): isBooleanValue, method_34921, isBoolean

boolean (com.google.gson.JsonObject, String): isArrayNode, method_15264, hasArray

boolean (com.google.gson.JsonObject, String): isObjectNode, method_34923, hasJsonObject

boolean (com.google.gson.JsonObject, String): isValidPrimitive, method_15278, hasPrimitive

boolean (com.google.gson.JsonObject, String): isValidNode, method_15294, hasElement

com.google.gson.JsonElement (com.google.gson.JsonObject, String): getNonNull, method_52226, getElement

String (com.google.gson.JsonElement, String): convertToString, method_15287, asString

String (com.google.gson.JsonObject, String): getAsString, method_15265, getString

String (com.google.gson.JsonObject, String, String): getAsString, method_15253, getString

RegistryEntry<Item> (com.google.gson.JsonElement, String): convertToItem, method_15256, asItem

RegistryEntry<Item> (com.google.gson.JsonObject, String): getAsItem, method_15288, getItem

RegistryEntry<Item> (com.google.gson.JsonObject, String, RegistryEntry<Item>): getAsItem, method_34916, getItem

boolean (com.google.gson.JsonElement, String): convertToBoolean, method_15268, asBoolean

boolean (com.google.gson.JsonObject, String): getAsBoolean, method_15270, getBoolean

boolean (com.google.gson.JsonObject, String, boolean): getAsBoolean, method_15258, getBoolean

double (com.google.gson.JsonElement, String): convertToDouble, method_34922, asDouble

double (com.google.gson.JsonObject, String): getAsDouble, method_34927, getDouble

double (com.google.gson.JsonObject, String, double): getAsDouble, method_34915, getDouble

float (com.google.gson.JsonElement, String): convertToFloat, method_15269, asFloat

float (com.google.gson.JsonObject, String): getAsFloat, method_15259, getFloat

float (com.google.gson.JsonObject, String, float): getAsFloat, method_15277, getFloat

long (com.google.gson.JsonElement, String): convertToLong, method_15263, asLong

long (com.google.gson.JsonObject, String): getAsLong, method_22449, getLong

long (com.google.gson.JsonObject, String, long): getAsLong, method_15280, getLong

int (com.google.gson.JsonElement, String): convertToInt, method_15257, asInt

int (com.google.gson.JsonObject, String): getAsInt, method_15260, getInt

int (com.google.gson.JsonObject, String, int): getAsInt, method_15282, getInt

byte (com.google.gson.JsonElement, String): convertToByte, method_15293, asByte

byte (com.google.gson.JsonObject, String): getAsByte, method_34929, getByte

byte (com.google.gson.JsonObject, String, byte): getAsByte, method_15271, getByte

char (com.google.gson.JsonElement, String): convertToCharacter, method_34924, asChar

char (com.google.gson.JsonObject, String): getAsCharacter, method_34930, getChar

char (com.google.gson.JsonObject, String, char): getAsCharacter, method_34914, getChar

BigDecimal (com.google.gson.JsonElement, String): convertToBigDecimal, method_34925, asBigDecimal

BigDecimal (com.google.gson.JsonObject, String): getAsBigDecimal, method_34931, getBigDecimal

BigDecimal (com.google.gson.JsonObject, String, BigDecimal): getAsBigDecimal, method_34917, getBigDecimal

BigInteger (com.google.gson.JsonElement, String): convertToBigInteger, method_34926, asBigInteger

BigInteger (com.google.gson.JsonObject, String): getAsBigInteger, method_34932, getBigInteger

BigInteger (com.google.gson.JsonObject, String, BigInteger): getAsBigInteger, method_34918, getBigInteger

short (com.google.gson.JsonElement, String): convertToShort, method_34928, asShort

short (com.google.gson.JsonObject, String): getAsShort, method_34933, getShort

short (com.google.gson.JsonObject, String, short): getAsShort, method_34919, getShort

com.google.gson.JsonObject (com.google.gson.JsonElement, String): convertToJsonObject, method_15295, asObject

com.google.gson.JsonObject (com.google.gson.JsonObject, String): getAsJsonObject, method_15296, getObject

com.google.gson.JsonObject (com.google.gson.JsonObject, String, com.google.gson.JsonObject): getAsJsonObject, method_15281, getObject

com.google.gson.JsonArray (com.google.gson.JsonElement, String): convertToJsonArray, method_15252, asArray

com.google.gson.JsonArray (com.google.gson.JsonObject, String): getAsJsonArray, method_15261, getArray

com.google.gson.JsonArray (com.google.gson.JsonObject, String, com.google.gson.JsonArray): getAsJsonArray, method_15292, getArray

<T> T (com.google.gson.JsonElement, String, com.google.gson.JsonDeserializationContext, Class<? extends T>): convertToObject, method_15291, deserialize

<T> T (com.google.gson.JsonObject, String, com.google.gson.JsonDeserializationContext, Class<? extends T>): getAsObject, method_15272, deserialize

<T> T (com.google.gson.JsonObject, String, T, com.google.gson.JsonDeserializationContext, Class<? extends T>): getAsObject, method_15283, deserialize

String (com.google.gson.JsonElement): getType, method_15266, getType

<T> T (com.google.gson.Gson, Reader, Class<T>): fromJson, method_15276, deserialize

<T> T (com.google.gson.Gson, Reader, com.google.gson.reflect.TypeToken<T>): fromNullableJson, method_47992, deserializeNullable

<T> T (com.google.gson.Gson, Reader, com.google.gson.reflect.TypeToken<T>): fromJson, method_15297, deserialize

<T> T (com.google.gson.Gson, String, com.google.gson.reflect.TypeToken<T>): fromNullableJson, method_15290, deserialize

<T> T (com.google.gson.Gson, String, Class<T>): fromJson, method_15284, deserialize

com.google.gson.JsonObject (String): parse, method_15285, deserialize

com.google.gson.JsonObject (Reader): parse, method_15255, deserialize

com.google.gson.JsonArray (String): parseArray, method_43679, deserializeArray

com.google.gson.JsonArray (Reader): parseArray, method_37165, deserializeArray

String (com.google.gson.JsonElement): toStableString, method_43680, toSortedString

void (com.google.gson.stream.JsonWriter, com.google.gson.JsonElement, Comparator<String>): writeValue, method_43677, writeSorted

Collection<Map$Entry<String, com.google.gson.JsonElement>> (Collection<Map$Entry<String, com.google.gson.JsonElement>>, Comparator<String>): sortByKeyIfNeeded, method_43678, sort

boolean (com.google.gson.JsonElement, int): encodesLongerThan, method_66034, isTooLarge

com.google.gson.JsonSyntaxException (String, String): lambda$convertToItem$0, method_17995, method_17995