Package com.mojang.realmsclient.util
Class JsonUtils
java.lang.Object
com.mojang.realmsclient.util.JsonUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleangetBooleanOr(String key, com.google.gson.JsonObject json, boolean defaultValue) static Datestatic intstatic longstatic <T> TgetOptional(String key, com.google.gson.JsonObject json, Function<com.google.gson.JsonObject, T> output) static <T> TgetRequired(String key, com.google.gson.JsonObject json, Function<com.google.gson.JsonObject, T> output) static StringgetRequiredString(String key, com.google.gson.JsonObject json) static StringgetRequiredStringOr(String key, com.google.gson.JsonObject json, String defaultValue) static StringgetStringOr(String key, com.google.gson.JsonObject json, String defaultValue) static UUID
-
Constructor Details
-
JsonUtils
public JsonUtils()
-
-
Method Details
-
getRequired
-
getOptional
-
getRequiredString
-
getRequiredStringOr
-
getStringOr
-
getUuidOr
-
getIntOr
-
getLongOr
-
getBooleanOr
public static boolean getBooleanOr(String key, com.google.gson.JsonObject json, boolean defaultValue) -
getDateOr
-