Interface CommandResultJSONPacket
interface CommandResultJSONPacket {
cmd: "PrintJSON";
data: JSONMessagePart[];
type: "CommandResult";
}
cmd: "PrintJSON";
data: JSONMessagePart[];
type: "CommandResult";
}
Properties
Readonlycmd
cmd
Readonlydata
All the textual metadata for this packet.
Readonlytype
type
The PrintJSONPacket subtype.
Sent to relevant clients to broadcast the result of a chat command.
See
PrintJSONPacket for all possible
PrintJSONpacket subtypes.