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

36 lines
1.2 KiB
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "823403339",
"x-format-version": "MISSING VERSION",
"x-minecraft-version": "1.21.120",
"x-protocol-version": 859,
"definitions": {
"2857701192": {
"title": "struct OnScreenTextureAnimationPacketPayload",
"type": "object",
"properties": {
"Effect Id": {
"type": "integer",
"x-underlying-type": "uint32",
"x-ordinal-index": 0
}
},
"required": [
"Effect Id"
]
}
},
"title": "OnScreenTextureAnimationPacket",
"description": "On-Screen Texture Animation",
"type": "object",
"properties": {
"mPayload": {
"$ref": "#/definitions/2857701192",
"x-ordinal-index": 0
}
},
"$metaProperties": {
"[cereal:packet]": 130,
"[cereal:packet_details]": "Sent from the player (and in one case from the village) to make those really cool animated effects for the hero of the village and the totem saving you. Just an id (unsigned int). At least thats what the code suggests. May be obsolete / deprecated."
}
}