mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2025-11-07 00:06:40 +00:00
44 lines
1.3 KiB
JSON
44 lines
1.3 KiB
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "1611534694",
|
|
"x-format-version": "MISSING VERSION",
|
|
"x-minecraft-version": "1.21.120",
|
|
"x-protocol-version": 859,
|
|
"definitions": {
|
|
"1650555765": {
|
|
"title": "struct PlayerStartItemCooldownPacketPayload",
|
|
"type": "object",
|
|
"properties": {
|
|
"Duration Ticks": {
|
|
"type": "integer",
|
|
"x-underlying-type": "int32",
|
|
"x-serialization-options": [
|
|
"Compression"
|
|
],
|
|
"x-ordinal-index": 1
|
|
},
|
|
"Item Category": {
|
|
"type": "string",
|
|
"x-ordinal-index": 0
|
|
}
|
|
},
|
|
"required": [
|
|
"Duration Ticks",
|
|
"Item Category"
|
|
]
|
|
}
|
|
},
|
|
"title": "PlayerStartItemCooldownPacket",
|
|
"description": "Player Start Item Cooldown",
|
|
"type": "object",
|
|
"properties": {
|
|
"mPayload": {
|
|
"$ref": "#/definitions/1650555765",
|
|
"x-ordinal-index": 0
|
|
}
|
|
},
|
|
"$metaProperties": {
|
|
"[cereal:packet]": 176,
|
|
"[cereal:packet_details]": "Packet sent by the player to start the cooldown on an item."
|
|
}
|
|
} |