1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-10-01 18:51:19 +00:00
Files
bedrock-protocol-docs/dot/std__optional_struct_BiomeCappedSurfaceData_.dot
2025-07-08 11:52:36 -07:00

17 lines
991 B
Plaintext

digraph "std::optional<struct BiomeCappedSurfaceData>" {
rankdir = LR
239
239 -> 240
240 -> 241
239 -> 242
242 -> 262
239 [label="std::optional<struct BiomeCappedSurfaceData>",comment="name: \"std::optional<struct BiomeCappedSurfaceData>\", typeName: \"\", id: 239, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
240 [label="Has Value",comment="name: \"Has Value\", typeName: \"\", id: 240, branchId: 0, recurseId: -1, attributes: 0, notes: \"If true, follow with appropriate data type, otherwise nothing\""];
241 [label="bool",comment="name: \"bool\", typeName: \"\", id: 241, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
242 [label="Value",comment="name: \"Value\", typeName: \"BiomeCappedSurfaceData\", id: 242, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
262 [label="BiomeCappedSurfaceData",comment="name: \"BiomeCappedSurfaceData\", typeName: \"\", id: 262, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
{ rank = max;241;262}
}