mcutils
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
mcutils
msmp
/
tech.aliorpse.mcutils.entity
/
MsmpResponse
Msmp
Response
@
Serializable
data
class
MsmpResponse
(
val
jsonrpc
:
String
=
"2.0"
,
val
id
:
Int
,
val
result
:
JsonElement
?
=
null
,
val
error
:
MsmpResponseError
?
=
null
)
Members
Constructors
Msmp
Response
Link copied to clipboard
constructor
(
jsonrpc
:
String
=
"2.0"
,
id
:
Int
,
result
:
JsonElement
?
=
null
,
error
:
MsmpResponseError
?
=
null
)
Properties
error
Link copied to clipboard
val
error
:
MsmpResponseError
?
id
Link copied to clipboard
val
id
:
Int
jsonrpc
Link copied to clipboard
val
jsonrpc
:
String
result
Link copied to clipboard
val
result
:
JsonElement
?