类 LenientJsonParser
java.lang.Object
net.minecraft.util.LenientJsonParser
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
LenientJsonParser
public LenientJsonParser()
-
-
方法详细资料
-
parse
public static com.google.gson.JsonElement parse(Reader p_422300_) throws com.google.gson.JsonIOException, com.google.gson.JsonSyntaxException - 抛出:
com.google.gson.JsonIOException
com.google.gson.JsonSyntaxException
-
parse
public static com.google.gson.JsonElement parse(String p_421547_) throws com.google.gson.JsonSyntaxException - 抛出:
com.google.gson.JsonSyntaxException
-