1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-11-06 08:55:12 +00:00
Files
bedrock-protocol-docs/json/ToastRequestPacket.json

42 lines
1.2 KiB
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "2449303253",
"x-format-version": "MISSING VERSION",
"x-minecraft-version": "1.21.120",
"x-protocol-version": 859,
"definitions": {
"2135069670": {
"title": "ToastRequestPacketPayload",
"type": "object",
"properties": {
"Content": {
"description": "The content of the message to display in the UI toast",
"type": "string",
"x-ordinal-index": 1
},
"Title": {
"description": "The title to display in the UI toast",
"type": "string",
"x-ordinal-index": 0
}
},
"required": [
"Content",
"Title"
]
}
},
"title": "ToastRequestPacket",
"description": "Pushes a UI toast message to be displayed by the client",
"type": "object",
"properties": {
"mPayload": {
"$ref": "#/definitions/2135069670",
"x-ordinal-index": 0
}
},
"$metaProperties": {
"[cereal:packet]": 186,
"[cereal:packet_details]": ""
}
}