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

17 lines
1016 B
Plaintext

digraph "std::optional<struct BiomeConsolidatedFeaturesData>" {
rankdir = LR
82
82 -> 83
83 -> 84
82 -> 85
85 -> 140
82 [label="std::optional<struct BiomeConsolidatedFeaturesData>",comment="name: \"std::optional<struct BiomeConsolidatedFeaturesData>\", typeName: \"\", id: 82, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
83 [label="Has Value",comment="name: \"Has Value\", typeName: \"\", id: 83, branchId: 0, recurseId: -1, attributes: 0, notes: \"If true, follow with appropriate data type, otherwise nothing\""];
84 [label="bool",comment="name: \"bool\", typeName: \"\", id: 84, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
85 [label="Value",comment="name: \"Value\", typeName: \"BiomeConsolidatedFeaturesData\", id: 85, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
140 [label="BiomeConsolidatedFeaturesData",comment="name: \"BiomeConsolidatedFeaturesData\", typeName: \"\", id: 140, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
{ rank = max;84;140}
}