1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-11-06 20:35:25 +00:00
Files
bedrock-protocol-docs/json/AddVolumeEntityPacket.json

142 lines
4.4 KiB
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "2427712553",
"x-format-version": "MISSING VERSION",
"x-minecraft-version": "1.21.120",
"x-protocol-version": 859,
"definitions": {
"1104345536": {
"title": "struct AddVolumeEntityPacketPayload",
"type": "object",
"properties": {
"Components": {
"$ref": "#/definitions/4158325036",
"x-ordinal-index": 1
},
"Dimension Type": {
"$ref": "#/definitions/2872336518",
"x-ordinal-index": 6
},
"Engine Version": {
"description": "Semantic version string",
"type": "string",
"x-ordinal-index": 7
},
"Entity Network Id": {
"$ref": "#/definitions/3323842864",
"x-ordinal-index": 0
},
"Instance Name": {
"type": "string",
"x-ordinal-index": 3,
"minLength": 1
},
"JSON Identifier": {
"type": "string",
"x-ordinal-index": 2,
"minLength": 1
},
"Max Bounds": {
"$ref": "#/definitions/269289973",
"x-ordinal-index": 5
},
"Min Bounds": {
"$ref": "#/definitions/269289973",
"x-ordinal-index": 4
}
},
"required": [
"Components",
"Dimension Type",
"Engine Version",
"Entity Network Id",
"Instance Name",
"JSON Identifier",
"Max Bounds",
"Min Bounds"
]
},
"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"
]
},
"2872336518": {
"title": "DimensionType",
"type": "object",
"properties": {
"value": {
"type": "integer",
"x-underlying-type": "int32",
"x-serialization-options": [
"Compression"
],
"x-ordinal-index": 0
}
},
"required": [
"value"
]
},
"3323842864": {
"title": "EntityNetId",
"type": "object",
"properties": {
"Raw Id": {
"type": "integer",
"x-underlying-type": "uint32",
"x-serialization-options": [
"Compression"
],
"x-ordinal-index": 0
}
},
"required": [
"Raw Id"
]
}
},
"title": "AddVolumeEntityPacket",
"description": "Sends a volume entity's definition and components from server to client.",
"type": "object",
"properties": {
"mPayload": {
"$ref": "#/definitions/1104345536",
"x-ordinal-index": 0
}
},
"$metaProperties": {
"[cereal:packet]": 166,
"[cereal:packet_details]": ""
}
}