1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-09-24 13:42:24 +00:00
Files
bedrock-protocol-docs/dot/std__optional_struct_BiomeLegacyWorldGenRulesData_.dot
2025-07-08 11:52:36 -07:00

17 lines
1.0 KiB
Plaintext

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