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
Readonly
cmd
cmd
Readonly
data
All the textual metadata for this packet.
Readonly
slot
slot: number
Slot of the triggering player.
Readonly
team
team: number
Team of the triggering player.
Readonly
type
type
The PrintJSONPacket subtype.
Sent to clients to broadcast a player has released all remaining items in their world.
See
PrintJSONPacket for all possible
PrintJSON
packet subtypes.