1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-06-17 11:58:38 +00:00
Files
bedrock-protocol-docs/dot/std__optional_struct BiomeCappedSurfaceData_.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
991 B
Plaintext

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