1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-06-21 07:34:29 +00:00
Files
bedrock-protocol-docs/dot/std__optional_struct BiomeConsolidatedFeaturesData_.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
1016 B
Plaintext

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