net.minecraft.server.jsonrpc

public class JsonRPCUtils

atl
net.minecraft.server.jsonrpc.JsonRPCUtils
net.minecraft.class_11804
net.minecraft.server.dedicated.management.JsonRpc
net.minecraft.src.C_411212_
net.minecraft.server.jsonrpc.JsonRPCUtils

Field summary

Modifier and TypeField
public static final String
a
JSON_RPC_VERSION
field_62308
JSON_RPC_VERSION
f_412749_
public static final String
b
OPEN_RPC_VERSION
field_62309
field_62309
f_411737_

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public static com.google.gson.JsonObject
a(com.google.gson.JsonElement arg0, com.google.gson.JsonElement arg1)
createSuccessResult(com.google.gson.JsonElement arg0, com.google.gson.JsonElement arg1)
method_73648(com.google.gson.JsonElement arg0, com.google.gson.JsonElement arg1)
encodeResult(com.google.gson.JsonElement id, com.google.gson.JsonElement result)
m_418073_(com.google.gson.JsonElement p_422388_, com.google.gson.JsonElement p_430381_)
public static com.google.gson.JsonObject
a(Integer arg0, amj arg1, List<com.google.gson.JsonElement> arg2)
createRequest(Integer arg0, ResourceLocation arg1, List<com.google.gson.JsonElement> arg2)
method_73650(Integer arg0, class_2960 arg1, List<com.google.gson.JsonElement> arg2)
encodeRequest(Integer id, Identifier method, List<com.google.gson.JsonElement> parameters)
m_418241_(Integer p_424199_, C_5265_ p_431117_, List<com.google.gson.JsonElement> p_429260_)
public static com.google.gson.JsonObject
a(com.google.gson.JsonElement arg0, String arg1, int arg2, String arg3)
createError(com.google.gson.JsonElement arg0, String arg1, int arg2, String arg3)
method_73649(com.google.gson.JsonElement arg0, String arg1, int arg2, String arg3)
encodeError(com.google.gson.JsonElement id, String message, int code, String data)
m_419831_(com.google.gson.JsonElement p_423951_, String p_428093_, int p_430423_, String p_427250_)
public static com.google.gson.JsonElement
a(com.google.gson.JsonObject arg0)
getRequestId(com.google.gson.JsonObject arg0)
method_73647(com.google.gson.JsonObject arg0)
getId(com.google.gson.JsonObject request)
m_417386_(com.google.gson.JsonObject p_427698_)
public static String
b(com.google.gson.JsonObject arg0)
getMethodName(com.google.gson.JsonObject arg0)
method_73651(com.google.gson.JsonObject arg0)
getMethod(com.google.gson.JsonObject request)
m_418806_(com.google.gson.JsonObject p_424573_)
public static com.google.gson.JsonElement
c(com.google.gson.JsonObject arg0)
getParams(com.google.gson.JsonObject arg0)
method_73652(com.google.gson.JsonObject arg0)
getParameters(com.google.gson.JsonObject request)
m_416676_(com.google.gson.JsonObject p_423352_)
public static com.google.gson.JsonElement
d(com.google.gson.JsonObject arg0)
getResult(com.google.gson.JsonObject arg0)
method_73653(com.google.gson.JsonObject arg0)
getResult(com.google.gson.JsonObject response)
m_415762_(com.google.gson.JsonObject p_422775_)
public static com.google.gson.JsonObject
e(com.google.gson.JsonObject arg0)
getError(com.google.gson.JsonObject arg0)
method_73654(com.google.gson.JsonObject arg0)
getError(com.google.gson.JsonObject response)
m_417034_(com.google.gson.JsonObject p_425008_)