1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-11-06 21:45:34 +00:00
Files
bedrock-protocol-docs/json/AvailableActorIdentifiersPacket.json

36 lines
1.2 KiB
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "2941616583",
"x-format-version": "MISSING VERSION",
"x-minecraft-version": "1.21.120",
"x-protocol-version": 859,
"definitions": {
"769679590": {
"title": "struct AvailableActorIdentifiersPacketPayload",
"type": "object",
"properties": {
"Identifier List": {
"description": "CompoundTag containing a list of ActorInfo: \t\trid (RuntimeId - Int), \t\tid (string), \t\tbid (BaseId - string), \t\thasspawnegg (bool), \t\tsummonable (bool)",
"$ref": "#/definitions/4158325036",
"x-ordinal-index": 0
}
},
"required": [
"Identifier List"
]
}
},
"title": "AvailableActorIdentifiersPacket",
"description": "Sends the whole list of actor identifiers at game start from the server.",
"type": "object",
"properties": {
"mPayload": {
"$ref": "#/definitions/769679590",
"x-ordinal-index": 0
}
},
"$metaProperties": {
"[cereal:packet]": 119,
"[cereal:packet_details]": ""
}
}