1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-06-17 16:38:37 +00:00
Files
bedrock-protocol-docs/dot/std__optional_struct BiomeMountainParamsData_.dot
Oswaldo Leyva Barrientos 5a86bb3b72 Protocol for r/21_u8 NetworkProtocolVersion 800 (#20)
* Protocol for r/21_u8 NetworkProtocolVersion 800

* Removed irrelevant SVGs from PR
2025-05-21 13:44:00 -07:00

17 lines
997 B
Plaintext

digraph "std::optional<struct BiomeMountainParamsData>" {
rankdir = LR
145
145 -> 146
146 -> 147
145 -> 148
148 -> 165
145 [label="std::optional<struct BiomeMountainParamsData>",comment="name: \"std::optional<struct BiomeMountainParamsData>\", typeName: \"\", id: 145, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
146 [label="Has Value",comment="name: \"Has Value\", typeName: \"\", id: 146, branchId: 0, recurseId: -1, attributes: 0, notes: \"If true, follow with appropriate data type, otherwise nothing\""];
147 [label="bool",comment="name: \"bool\", typeName: \"\", id: 147, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
148 [label="Value",comment="name: \"Value\", typeName: \"BiomeMountainParamsData\", id: 148, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
165 [label="BiomeMountainParamsData",comment="name: \"BiomeMountainParamsData\", typeName: \"\", id: 165, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
{ rank = max;147;165}
}