mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2025-11-06 21:45:34 +00:00
45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "3646786948",
|
|
"x-format-version": "MISSING VERSION",
|
|
"x-minecraft-version": "1.21.120",
|
|
"x-protocol-version": 859,
|
|
"definitions": {
|
|
"2030599187": {
|
|
"title": "struct StopSoundPacketPayload",
|
|
"type": "object",
|
|
"properties": {
|
|
"Sound Name": {
|
|
"type": "string",
|
|
"x-ordinal-index": 0
|
|
},
|
|
"Stop All Sounds?": {
|
|
"type": "boolean",
|
|
"x-ordinal-index": 1
|
|
},
|
|
"Stop Music (Legacy)": {
|
|
"type": "boolean",
|
|
"x-ordinal-index": 2
|
|
}
|
|
},
|
|
"required": [
|
|
"Sound Name",
|
|
"Stop All Sounds?",
|
|
"Stop Music (Legacy)"
|
|
]
|
|
}
|
|
},
|
|
"title": "StopSoundPacket",
|
|
"description": "Allows you to stop a sound or all sounds on all clients, only used in a /command",
|
|
"type": "object",
|
|
"properties": {
|
|
"mPayload": {
|
|
"$ref": "#/definitions/2030599187",
|
|
"x-ordinal-index": 0
|
|
}
|
|
},
|
|
"$metaProperties": {
|
|
"[cereal:packet]": 87,
|
|
"[cereal:packet_details]": ""
|
|
}
|
|
} |