net.minecraft.server.jsonrpc

public class JsonRPCUtils

atv
net.minecraft.server.jsonrpc.JsonRPCUtils
net.minecraft.class_11804
net.minecraft.server.dedicated.management.JsonRpc

Field summary

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

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)
public static com.google.gson.JsonObject
a(Integer arg0, amo arg1, List<com.google.gson.JsonElement> arg2)
createRequest(Integer arg0, Identifier 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)
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)
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)
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)
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)
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)
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)