1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-09-20 16:49:43 +00:00
Files
bedrock-protocol-docs/dot/std__optional_struct_BiomeOverworldGenRulesData_.dot
2025-07-08 11:52:36 -07:00

17 lines
1015 B
Plaintext

digraph "std::optional<struct BiomeOverworldGenRulesData>" {
rankdir = LR
265
265 -> 266
266 -> 267
265 -> 268
268 -> 333
265 [label="std::optional<struct BiomeOverworldGenRulesData>",comment="name: \"std::optional<struct BiomeOverworldGenRulesData>\", typeName: \"\", id: 265, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
266 [label="Has Value",comment="name: \"Has Value\", typeName: \"\", id: 266, branchId: 0, recurseId: -1, attributes: 0, notes: \"If true, follow with appropriate data type, otherwise nothing\""];
267 [label="bool",comment="name: \"bool\", typeName: \"\", id: 267, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
268 [label="Value",comment="name: \"Value\", typeName: \"BiomeOverworldGenRulesData\", id: 268, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
333 [label="BiomeOverworldGenRulesData",comment="name: \"BiomeOverworldGenRulesData\", typeName: \"\", id: 333, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
{ rank = max;267;333}
}