mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2024-11-23 13:56:11 +00:00
13 lines
715 B
Plaintext
13 lines
715 B
Plaintext
digraph "CurrentStructureFeaturePacket" {
|
|
rankdir = LR
|
|
0
|
|
0 -> 1
|
|
1 -> 2
|
|
|
|
0 [label="CurrentStructureFeaturePacket",comment="name: \"CurrentStructureFeaturePacket\", typeName: \"\", id: 0, branchId: 314, recurseId: -1, attributes: 0, notes: \"\""];
|
|
1 [label="Current Structure Feature",comment="name: \"Current Structure Feature\", typeName: \"\", id: 1, branchId: 0, recurseId: -1, attributes: 0, notes: \"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.\""];
|
|
2 [label="string",comment="name: \"string\", typeName: \"\", id: 2, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
{ rank = max;2}
|
|
|
|
}
|