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