mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2025-11-06 15:55:09 +00:00
75 lines
2.2 KiB
JSON
75 lines
2.2 KiB
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "907041711",
|
|
"x-format-version": "MISSING VERSION",
|
|
"x-minecraft-version": "1.21.120",
|
|
"x-protocol-version": 859,
|
|
"definitions": {
|
|
"2054425868": {
|
|
"title": "struct BlockActorDataPacketPayload",
|
|
"type": "object",
|
|
"properties": {
|
|
"Actor Data Tags": {
|
|
"$ref": "#/definitions/4158325036",
|
|
"x-ordinal-index": 1
|
|
},
|
|
"Block Position": {
|
|
"$ref": "#/definitions/269289973",
|
|
"x-ordinal-index": 0
|
|
}
|
|
},
|
|
"required": [
|
|
"Actor Data Tags",
|
|
"Block Position"
|
|
]
|
|
},
|
|
"269289973": {
|
|
"title": "NetworkBlockPosition",
|
|
"type": "object",
|
|
"properties": {
|
|
"X": {
|
|
"type": "integer",
|
|
"x-underlying-type": "int32",
|
|
"x-serialization-options": [
|
|
"Compression"
|
|
],
|
|
"x-ordinal-index": 0
|
|
},
|
|
"Y": {
|
|
"type": "integer",
|
|
"x-underlying-type": "uint32",
|
|
"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": "BlockActorDataPacket",
|
|
"description": "Sends the entire user data compound tag and the block position to the client.",
|
|
"type": "object",
|
|
"properties": {
|
|
"mPayload": {
|
|
"$ref": "#/definitions/2054425868",
|
|
"x-ordinal-index": 0
|
|
}
|
|
},
|
|
"$metaProperties": {
|
|
"[cereal:packet]": 56,
|
|
"[cereal:packet_details]": ""
|
|
}
|
|
} |