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 BiomeLegacyWorldGenRulesData_.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
1.0 KiB
Plaintext

digraph "std::optional<struct BiomeLegacyWorldGenRulesData>" {
rankdir = LR
356
356 -> 357
357 -> 358
356 -> 359
359 -> 367
356 [label="std::optional<struct BiomeLegacyWorldGenRulesData>",comment="name: \"std::optional<struct BiomeLegacyWorldGenRulesData>\", typeName: \"\", id: 356, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
357 [label="Has Value",comment="name: \"Has Value\", typeName: \"\", id: 357, branchId: 0, recurseId: -1, attributes: 0, notes: \"If true, follow with appropriate data type, otherwise nothing\""];
358 [label="bool",comment="name: \"bool\", typeName: \"\", id: 358, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
359 [label="Value",comment="name: \"Value\", typeName: \"BiomeLegacyWorldGenRulesData\", id: 359, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
367 [label="BiomeLegacyWorldGenRulesData",comment="name: \"BiomeLegacyWorldGenRulesData\", typeName: \"\", id: 367, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
{ rank = max;358;367}
}