net.minecraft.server.jsonrpc

public enum JsonRPCErrors

atk
net.minecraft.server.jsonrpc.JsonRPCErrors
net.minecraft.class_11803
net.minecraft.server.dedicated.management.ManagementError
net.minecraft.src.C_411003_
net.minecraft.server.jsonrpc.JsonRPCErrors

Enum constant summary

Enum Constant
a
PARSE_ERROR
field_62300
PARSE_ERROR
PARSE_ERROR
b
INVALID_REQUEST
field_62301
INVALID_REQUEST
INVALID_REQUEST
c
METHOD_NOT_FOUND
field_62302
METHOD_NOT_FOUND
METHOD_NOT_FOUND
d
INVALID_PARAMS
field_62303
INVALID_PARAMS
INVALID_PARAMS
e
INTERNAL_ERROR
field_62304
INTERNAL_ERROR
INTERNAL_ERROR

Field summary

Modifier and TypeField
private final int
f
errorCode
field_62305
code
f_412487_
private final String
g
message
field_62306
message
f_412197_

Constructor summary

ModifierConstructor
private (int p_427727_, String p_424602_)

Method summary

Modifier and TypeMethod
public com.google.gson.JsonObject
a(String arg0)
createWithUnknownId(String arg0)
method_74474(String arg0)
encode(String data)
m_417276_(String arg0)
public com.google.gson.JsonObject
a(com.google.gson.JsonElement arg0)
createWithoutData(com.google.gson.JsonElement arg0)
method_74473(com.google.gson.JsonElement arg0)
encode(com.google.gson.JsonElement json)
m_420215_(com.google.gson.JsonElement arg0)
public com.google.gson.JsonObject
a(com.google.gson.JsonElement arg0, String arg1)
create(com.google.gson.JsonElement arg0, String arg1)
method_73646(com.google.gson.JsonElement arg0, String arg1)
encode(com.google.gson.JsonElement json, String data)
m_416427_(com.google.gson.JsonElement p_430106_, String arg1)