1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-09-25 21:52:48 +00:00
Files
bedrock-protocol-docs/dot/std__optional_struct_BiomeDefinitionChunkGenData_.dot
2025-07-08 11:52:36 -07:00

17 lines
1004 B
Plaintext

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