← Back to Index
StructureTemplateDataResponsePacket (133)
This is used in exporting from load, exporting from save, and querying saved structures from structure blocks.
The client sends a packet to the server, from there the structure is built and then put into a Tag where it is sent back to the client, from there you can view the structure in the Structure Block Screen. Currently this functionality is completely disabled and does nothing. Used to reply to a request for structure information.
| Field Name |
Type |
Field Index |
Description |
| Structure Name (Required) |
string |
0 |
|
| Structure's NBT (Required) |
4158325036 |
1 |
|
| Response Type (Required) |
uint8 |
2 |
|
Enum Values:
| Index |
Value |
| 0 |
None |
| 1 |
Export |
| 2 |
Query |
|