mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2025-11-06 11:15:17 +00:00
65 lines
2.2 KiB
JSON
65 lines
2.2 KiB
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "381612363",
|
|
"x-format-version": "MISSING VERSION",
|
|
"x-minecraft-version": "1.21.120",
|
|
"x-protocol-version": 859,
|
|
"definitions": {
|
|
"3974588162": {
|
|
"title": "struct PositionTrackingDBClientRequestPacketPayload",
|
|
"type": "object",
|
|
"properties": {
|
|
"Action": {
|
|
"title": "enum PositionTrackingDBClientRequestPacketPayload::Action",
|
|
"type": "string",
|
|
"enum": [
|
|
"Query"
|
|
],
|
|
"x-underlying-type": "uint8",
|
|
"x-serialization-options": [
|
|
"EnumAsValue"
|
|
],
|
|
"x-ordinal-index": 0
|
|
},
|
|
"Id": {
|
|
"$ref": "#/definitions/2150080226",
|
|
"x-ordinal-index": 1
|
|
}
|
|
},
|
|
"required": [
|
|
"Action",
|
|
"Id"
|
|
]
|
|
},
|
|
"2150080226": {
|
|
"title": "PositionTrackingId",
|
|
"type": "object",
|
|
"properties": {
|
|
"Value": {
|
|
"type": "integer",
|
|
"x-underlying-type": "int32",
|
|
"x-serialization-options": [
|
|
"Compression"
|
|
],
|
|
"x-ordinal-index": 0
|
|
}
|
|
},
|
|
"required": [
|
|
"Value"
|
|
]
|
|
}
|
|
},
|
|
"title": "PositionTrackingDBClientRequestPacket",
|
|
"description": "Position Tracking DB Client Request",
|
|
"type": "object",
|
|
"properties": {
|
|
"mPayload": {
|
|
"$ref": "#/definitions/3974588162",
|
|
"x-ordinal-index": 0
|
|
}
|
|
},
|
|
"$metaProperties": {
|
|
"[cereal:packet]": 154,
|
|
"[cereal:packet_details]": "Client to server packet for server authoratative runtime database (with persistent LevelStorage backup) designed primarily to track lodestone stuff. See Position Tracking DB Notes.md in bedrock-docs. see PositionTrackingDBServerBroadcastPacket"
|
|
}
|
|
} |