1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-11-06 11:15:17 +00:00
Files
bedrock-protocol-docs/json/NetworkStackLatencyPacket.json

41 lines
1.3 KiB
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "1686465347",
"x-format-version": "MISSING VERSION",
"x-minecraft-version": "1.21.120",
"x-protocol-version": 859,
"definitions": {
"1978070434": {
"title": "struct NetworkStackLatencyPacketPayload",
"type": "object",
"properties": {
"Creation Time": {
"type": "integer",
"x-underlying-type": "uint64",
"x-ordinal-index": 0
},
"Is From Server": {
"type": "boolean",
"x-ordinal-index": 1
}
},
"required": [
"Creation Time",
"Is From Server"
]
}
},
"title": "NetworkStackLatencyPacket",
"description": "Ping Packet",
"type": "object",
"properties": {
"mPayload": {
"$ref": "#/definitions/1978070434",
"x-ordinal-index": 0
}
},
"$metaProperties": {
"[cereal:packet]": 115,
"[cereal:packet_details]": "DEPRECATED. Was for testing/debug/telemetry: Used to provide ping time to in game debug graph, also for realms telemetry of actual in game latency. Sent from both client & server."
}
}