mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2025-11-06 14:45:14 +00:00
81 lines
2.4 KiB
JSON
81 lines
2.4 KiB
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "3367404220",
|
|
"x-format-version": "MISSING VERSION",
|
|
"x-minecraft-version": "1.21.120",
|
|
"x-protocol-version": 859,
|
|
"definitions": {
|
|
"4176622265": {
|
|
"title": "BlockPickRequestPacketPayload",
|
|
"type": "object",
|
|
"properties": {
|
|
"Max Slots": {
|
|
"type": "integer",
|
|
"x-underlying-type": "uint8",
|
|
"x-ordinal-index": 2
|
|
},
|
|
"Position": {
|
|
"$ref": "#/definitions/820712576",
|
|
"x-ordinal-index": 0
|
|
},
|
|
"With Data?": {
|
|
"type": "boolean",
|
|
"x-ordinal-index": 1
|
|
}
|
|
},
|
|
"required": [
|
|
"Max Slots",
|
|
"Position",
|
|
"With Data?"
|
|
]
|
|
},
|
|
"820712576": {
|
|
"title": "BlockPos",
|
|
"type": "object",
|
|
"properties": {
|
|
"X": {
|
|
"type": "integer",
|
|
"x-underlying-type": "int32",
|
|
"x-serialization-options": [
|
|
"Compression"
|
|
],
|
|
"x-ordinal-index": 0
|
|
},
|
|
"Y": {
|
|
"type": "integer",
|
|
"x-underlying-type": "int32",
|
|
"x-serialization-options": [
|
|
"Compression"
|
|
],
|
|
"x-ordinal-index": 1
|
|
},
|
|
"Z": {
|
|
"type": "integer",
|
|
"x-underlying-type": "int32",
|
|
"x-serialization-options": [
|
|
"Compression"
|
|
],
|
|
"x-ordinal-index": 2
|
|
}
|
|
},
|
|
"required": [
|
|
"X",
|
|
"Y",
|
|
"Z"
|
|
]
|
|
}
|
|
},
|
|
"title": "BlockPickRequestPacket",
|
|
"description": "Player picks up a block in the world; client to server.",
|
|
"type": "object",
|
|
"properties": {
|
|
"mPayload": {
|
|
"$ref": "#/definitions/4176622265",
|
|
"x-ordinal-index": 0
|
|
}
|
|
},
|
|
"$metaProperties": {
|
|
"[cereal:packet]": 34,
|
|
"[cereal:packet_details]": ""
|
|
}
|
|
} |