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

36 lines
1.2 KiB
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "1781910050",
"x-format-version": "MISSING VERSION",
"x-minecraft-version": "1.21.120",
"x-protocol-version": 859,
"definitions": {
"386325253": {
"title": "struct SyncActorPropertyPacketPayload",
"type": "object",
"properties": {
"Property Data": {
"description": "type: actor identifier hash; properties: properties of actor that have been flagged for client sync as a sub-compound tag",
"$ref": "#/definitions/4158325036",
"x-ordinal-index": 0
}
},
"required": [
"Property Data"
]
}
},
"title": "SyncActorPropertyPacket",
"description": "Allows us to synchronize Actor properties across the network.",
"type": "object",
"properties": {
"mPayload": {
"$ref": "#/definitions/386325253",
"x-ordinal-index": 0
}
},
"$metaProperties": {
"[cereal:packet]": 165,
"[cereal:packet_details]": "Intended to one day replace SynchedActorData."
}
}