mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2025-11-06 12:25:14 +00:00
148 lines
4.7 KiB
JSON
148 lines
4.7 KiB
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "2908865809",
|
|
"x-format-version": "MISSING VERSION",
|
|
"x-minecraft-version": "1.21.120",
|
|
"x-protocol-version": 859,
|
|
"definitions": {
|
|
"2115987622": {
|
|
"title": "UpdateSubChunkBlocksPacketPayload",
|
|
"type": "object",
|
|
"properties": {
|
|
"Blocks Changed": {
|
|
"$ref": "#/definitions/2375526472",
|
|
"x-ordinal-index": 1
|
|
},
|
|
"Sub Chunk Block Position": {
|
|
"$ref": "#/definitions/269289973",
|
|
"x-ordinal-index": 0
|
|
}
|
|
},
|
|
"required": [
|
|
"Blocks Changed",
|
|
"Sub Chunk Block Position"
|
|
]
|
|
},
|
|
"2375526472": {
|
|
"title": "UpdateSubChunkBlocksChangedInfo",
|
|
"type": "object",
|
|
"properties": {
|
|
"Blocks Changed - Extras": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/definitions/775058941"
|
|
},
|
|
"x-ordinal-index": 1
|
|
},
|
|
"Blocks Changed - Standards": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/definitions/775058941"
|
|
},
|
|
"x-ordinal-index": 0
|
|
}
|
|
},
|
|
"required": [
|
|
"Blocks Changed - Extras",
|
|
"Blocks Changed - Standards"
|
|
]
|
|
},
|
|
"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"
|
|
]
|
|
},
|
|
"775058941": {
|
|
"title": "UpdateSubChunkNetworkBlockInfo",
|
|
"type": "object",
|
|
"properties": {
|
|
"Pos": {
|
|
"$ref": "#/definitions/269289973",
|
|
"x-ordinal-index": 0
|
|
},
|
|
"Runtime Id": {
|
|
"type": "integer",
|
|
"x-underlying-type": "uint32",
|
|
"x-serialization-options": [
|
|
"Compression"
|
|
],
|
|
"x-ordinal-index": 1
|
|
},
|
|
"Sync Message - Entity Unique ID": {
|
|
"type": "integer",
|
|
"x-underlying-type": "uint64",
|
|
"x-serialization-options": [
|
|
"Compression"
|
|
],
|
|
"x-ordinal-index": 3
|
|
},
|
|
"Sync Message - Message": {
|
|
"type": "integer",
|
|
"x-underlying-type": "uint32",
|
|
"x-serialization-options": [
|
|
"Compression"
|
|
],
|
|
"x-ordinal-index": 4
|
|
},
|
|
"Update Flags": {
|
|
"type": "integer",
|
|
"x-underlying-type": "uint32",
|
|
"x-serialization-options": [
|
|
"Compression"
|
|
],
|
|
"x-ordinal-index": 2
|
|
}
|
|
},
|
|
"required": [
|
|
"Pos",
|
|
"Runtime Id",
|
|
"Sync Message - Entity Unique ID",
|
|
"Sync Message - Message",
|
|
"Update Flags"
|
|
]
|
|
}
|
|
},
|
|
"title": "UpdateSubChunkBlocksPacket",
|
|
"description": "Packet sent for every set of blocks changed in a sub chunk every tick.",
|
|
"type": "object",
|
|
"properties": {
|
|
"mPayload": {
|
|
"$ref": "#/definitions/2115987622",
|
|
"x-ordinal-index": 0
|
|
}
|
|
},
|
|
"$metaProperties": {
|
|
"[cereal:packet]": 172,
|
|
"[cereal:packet_details]": ""
|
|
}
|
|
} |