Interface ReleaseJSONPacket
interface ReleaseJSONPacket {
cmd: "PrintJSON";
data: JSONMessagePart[];
slot: number;
team: number;
type: "Release";
}
cmd: "PrintJSON";
data: JSONMessagePart[];
slot: number;
team: number;
type: "Release";
}
Properties
Readonlycmd
cmd
Readonlydata
All the textual metadata for this packet.
Readonlyslot
slot: number
Slot of the triggering player.
Readonlyteam
team: number
Team of the triggering player.
Readonlytype
type
The PrintJSONPacket subtype.
Sent to clients to broadcast a player has released all remaining items in their world.
See
PrintJSONPacket for all possible
PrintJSONpacket subtypes.