1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-11-07 07:05:09 +00:00
Files
bedrock-protocol-docs/json/LevelEventGenericPacket.json

44 lines
1.3 KiB
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "3942862760",
"x-format-version": "MISSING VERSION",
"x-minecraft-version": "1.21.120",
"x-protocol-version": 859,
"definitions": {
"3780217623": {
"title": "struct LevelEventGenericPacketPayload",
"type": "object",
"properties": {
"Event Id": {
"type": "integer",
"x-underlying-type": "int32",
"x-serialization-options": [
"Compression"
],
"x-ordinal-index": 0
},
"__[[CTD]]__": {
"$ref": "#/definitions/4158325036",
"x-ordinal-index": 1
}
},
"required": [
"Event Id",
"__[[CTD]]__"
]
}
},
"title": "LevelEventGenericPacket",
"description": "LevelEventGenericPacket",
"type": "object",
"properties": {
"mPayload": {
"$ref": "#/definitions/3780217623",
"x-ordinal-index": 0
}
},
"$metaProperties": {
"[cereal:packet]": 124,
"[cereal:packet_details]": ""
}
}