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/AgentAnimationPacket.json

66 lines
2.0 KiB
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "898453668",
"x-format-version": "MISSING VERSION",
"x-minecraft-version": "1.21.120",
"x-protocol-version": 859,
"definitions": {
"1973425205": {
"title": "AgentAnimationPacketPayload",
"type": "object",
"properties": {
"Agent Animation": {
"title": "Agent Animation",
"type": "string",
"enum": [
"ArmSwing",
"Shrug"
],
"x-underlying-type": "uint8",
"x-serialization-options": [
"EnumAsValue"
],
"x-ordinal-index": 0
},
"Runtime Id": {
"$ref": "#/definitions/3541243607",
"x-ordinal-index": 1
}
},
"required": [
"Agent Animation",
"Runtime Id"
]
},
"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": "AgentAnimationPacket",
"description": "Broadcasted to other players when an Agent performs an animation so it gets properly replicated.",
"type": "object",
"properties": {
"mPayload": {
"$ref": "#/definitions/1973425205",
"x-ordinal-index": 0
}
},
"$metaProperties": {
"[cereal:packet]": 304,
"[cereal:packet_details]": ""
}
}