1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-09-27 01:45:39 +00:00
Files
bedrock-protocol-docs/dot/std__optional_struct_BiomeMesaSurfaceData_.dot
2025-07-08 11:52:36 -07:00

17 lines
979 B
Plaintext

digraph "std::optional<struct BiomeMesaSurfaceData>" {
rankdir = LR
223
223 -> 224
224 -> 225
223 -> 226
226 -> 236
223 [label="std::optional<struct BiomeMesaSurfaceData>",comment="name: \"std::optional<struct BiomeMesaSurfaceData>\", typeName: \"\", id: 223, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
224 [label="Has Value",comment="name: \"Has Value\", typeName: \"\", id: 224, branchId: 0, recurseId: -1, attributes: 0, notes: \"If true, follow with appropriate data type, otherwise nothing\""];
225 [label="bool",comment="name: \"bool\", typeName: \"\", id: 225, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
226 [label="Value",comment="name: \"Value\", typeName: \"BiomeMesaSurfaceData\", id: 226, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
236 [label="BiomeMesaSurfaceData",comment="name: \"BiomeMesaSurfaceData\", typeName: \"\", id: 236, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
{ rank = max;225;236}
}