Package net.minecraft.client.realms.util
Class JsonUtils
java.lang.Object
net.minecraft.client.realms.util.JsonUtils
@Environment(CLIENT) public class JsonUtils extends Object
-
Constructor Summary
Constructors Constructor Description JsonUtils()
-
Method Summary
Modifier and Type Method Description static boolean
getBooleanOr(String key, JsonObject node, boolean defaultValue)
static Date
getDateOr(String key, JsonObject node)
static int
getIntOr(String key, JsonObject node, int defaultValue)
static long
getLongOr(String key, JsonObject node, long defaultValue)
static String
getStringOr(String key, JsonObject node, String defaultValue)
-
Constructor Details
-
JsonUtils
public JsonUtils()
-
-
Method Details
-
getStringOr
-
getIntOr
-
getLongOr
-
getBooleanOr
-
getDateOr
-