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

52 lines
1.5 KiB
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "2531603903",
"x-format-version": "MISSING VERSION",
"x-minecraft-version": "1.21.120",
"x-protocol-version": 859,
"definitions": {
"3731531006": {
"title": "SetLocalPlayerAsInitializedPacketPayload",
"type": "object",
"properties": {
"Player ID": {
"$ref": "#/definitions/3541243607",
"x-ordinal-index": 0
}
},
"required": [
"Player ID"
]
},
"3541243607": {
"title": "ActorRuntimeID",
"type": "object",
"properties": {
"Actor Runtime ID": {
"type": "integer",
"x-underlying-type": "uint64",
"x-serialization-options": [
"Compression"
],
"x-ordinal-index": 0
}
},
"required": [
"Actor Runtime ID"
]
}
},
"title": "SetLocalPlayerAsInitializedPacket",
"description": "Set Local Player As Initialized",
"type": "object",
"properties": {
"mPayload": {
"$ref": "#/definitions/3731531006",
"x-ordinal-index": 0
}
},
"$metaProperties": {
"[cereal:packet]": 113,
"[cereal:packet_details]": "Client tells the server that the client is ready to roll."
}
}