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

46 lines
1.4 KiB
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "1307871798",
"x-format-version": "MISSING VERSION",
"x-minecraft-version": "1.21.120",
"x-protocol-version": 859,
"definitions": {
"7437119": {
"title": "TransferPacketPayload",
"type": "object",
"properties": {
"Reload World": {
"type": "boolean",
"x-ordinal-index": 2
},
"Server Address": {
"type": "string",
"x-ordinal-index": 0
},
"Server Port": {
"type": "integer",
"x-underlying-type": "uint16",
"x-ordinal-index": 1
}
},
"required": [
"Reload World",
"Server Address",
"Server Port"
]
}
},
"title": "TransferPacket",
"description": "Used to kick off transferring the client between online games, or it can be used to cause players to quit the world and rejoin.",
"type": "object",
"properties": {
"mPayload": {
"$ref": "#/definitions/7437119",
"x-ordinal-index": 0
}
},
"$metaProperties": {
"[cereal:packet]": 85,
"[cereal:packet_details]": ""
}
}