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

17 lines
934 B
Plaintext

digraph "std::optional<struct BiomeClimateData>" {
rankdir = LR
58
58 -> 59
59 -> 60
58 -> 61
61 -> 79
58 [label="std::optional<struct BiomeClimateData>",comment="name: \"std::optional<struct BiomeClimateData>\", typeName: \"\", id: 58, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
59 [label="Has Value",comment="name: \"Has Value\", typeName: \"\", id: 59, branchId: 0, recurseId: -1, attributes: 0, notes: \"If true, follow with appropriate data type, otherwise nothing\""];
60 [label="bool",comment="name: \"bool\", typeName: \"\", id: 60, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
61 [label="Value",comment="name: \"Value\", typeName: \"BiomeClimateData\", id: 61, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
79 [label="BiomeClimateData",comment="name: \"BiomeClimateData\", typeName: \"\", id: 79, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
{ rank = max;60;79}
}