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

42 lines
1.3 KiB
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "517874177",
"x-format-version": "MISSING VERSION",
"x-minecraft-version": "1.21.120",
"x-protocol-version": 859,
"definitions": {
"2733860146": {
"title": "CompletedUsingItemPacketPayload",
"type": "object",
"properties": {
"Item Id": {
"type": "integer",
"x-underlying-type": "int16",
"x-ordinal-index": 0
},
"Item Use Method": {
"type": "integer",
"x-underlying-type": "int32",
"x-ordinal-index": 1
}
},
"required": [
"Item Id",
"Item Use Method"
]
}
},
"title": "CompletedUsingItemPacket",
"description": "Send server to client to complete the using item process. An example is when you finish drinking or eating.",
"type": "object",
"properties": {
"mPayload": {
"$ref": "#/definitions/2733860146",
"x-ordinal-index": 0
}
},
"$metaProperties": {
"[cereal:packet]": 142,
"[cereal:packet_details]": ""
}
}