1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-11-06 11:15:17 +00:00
Files
bedrock-protocol-docs/json/ContainerSetDataPacket.json

54 lines
1.7 KiB
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "920402992",
"x-format-version": "MISSING VERSION",
"x-minecraft-version": "1.21.120",
"x-protocol-version": 859,
"definitions": {
"4100940137": {
"title": "struct ContainerSetDataPacketPayload",
"type": "object",
"properties": {
"Container ID": {
"type": "integer",
"x-underlying-type": "uint8",
"x-ordinal-index": 0
},
"ID": {
"type": "integer",
"x-underlying-type": "int32",
"x-serialization-options": [
"Compression"
],
"x-ordinal-index": 1
},
"Value": {
"type": "integer",
"x-underlying-type": "int32",
"x-serialization-options": [
"Compression"
],
"x-ordinal-index": 2
}
},
"required": [
"Container ID",
"ID",
"Value"
]
}
},
"title": "ContainerSetDataPacket",
"description": "This is sent from the server basically any time that the \"cooking\" state of the brewing stand or the furnace changes (i.e. the loading bar)",
"type": "object",
"properties": {
"mPayload": {
"$ref": "#/definitions/4100940137",
"x-ordinal-index": 0
}
},
"$metaProperties": {
"[cereal:packet]": 51,
"[cereal:packet_details]": ""
}
}