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/CurrentStructureFeaturePacket.json

36 lines
1.4 KiB
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "2102801979",
"x-format-version": "MISSING VERSION",
"x-minecraft-version": "1.21.120",
"x-protocol-version": 859,
"definitions": {
"1238562958": {
"title": "CurrentStructureFeaturePacketPayload",
"type": "object",
"properties": {
"Current Structure Feature": {
"description": "The identifier of the Structure Feature that the player is currently occupying. If the player is not occupying a structure then this value is an empty string.",
"type": "string",
"x-ordinal-index": 0
}
},
"required": [
"Current Structure Feature"
]
}
},
"title": "CurrentStructureFeaturePacket",
"description": "Informs the client of which Structure Feature they are currently occupying.",
"type": "object",
"properties": {
"mPayload": {
"$ref": "#/definitions/1238562958",
"x-ordinal-index": 0
}
},
"$metaProperties": {
"[cereal:packet]": 314,
"[cereal:packet_details]": "Sends the name of the Structure Feature the player is currently occupying to the client.\n\tIf the player is not in a structure, this packet contains an empty string."
}
}