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

80 lines
2.4 KiB
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "1147720015",
"x-format-version": "MISSING VERSION",
"x-minecraft-version": "1.21.120",
"x-protocol-version": 859,
"definitions": {
"1296665078": {
"title": "EmoteListPacketPayload",
"type": "object",
"properties": {
"Emote piece ids": {
"type": "array",
"items": {
"$ref": "#/definitions/1616419299"
},
"x-ordinal-index": 1
},
"Runtime id": {
"$ref": "#/definitions/3541243607",
"x-ordinal-index": 0
}
},
"required": [
"Emote piece ids",
"Runtime id"
]
},
"1616419299": {
"title": "mce::UUID",
"type": "object",
"properties": {
"Least Significant Bits": {
"type": "integer",
"x-underlying-type": "uint64",
"x-ordinal-index": 1
},
"Most Significant Bits": {
"type": "integer",
"x-underlying-type": "uint64",
"x-ordinal-index": 0
}
},
"required": [
"Least Significant Bits",
"Most Significant Bits"
]
},
"3541243607": {
"title": "ActorRuntimeID",
"type": "object",
"properties": {
"Actor Runtime ID": {
"type": "integer",
"x-underlying-type": "uint64",
"x-serialization-options": [
"Compression"
],
"x-ordinal-index": 0
}
},
"required": [
"Actor Runtime ID"
]
}
},
"title": "EmoteListPacket",
"description": "Allows clients to download emotes that other clients have equipped.",
"type": "object",
"properties": {
"mPayload": {
"$ref": "#/definitions/1296665078",
"x-ordinal-index": 0
}
},
"$metaProperties": {
"[cereal:packet]": 152,
"[cereal:packet_details]": ""
}
}