1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-06-19 14:57:46 +00:00
Files
bedrock-protocol-docs/dot/std__optional_struct BiomeSurfaceMaterialAdjustmentData_.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
1.0 KiB
Plaintext

digraph "std::optional<struct BiomeSurfaceMaterialAdjustmentData>" {
rankdir = LR
168
168 -> 169
169 -> 170
168 -> 171
171 -> 209
168 [label="std::optional<struct BiomeSurfaceMaterialAdjustmentData>",comment="name: \"std::optional<struct BiomeSurfaceMaterialAdjustmentData>\", typeName: \"\", id: 168, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
169 [label="Has Value",comment="name: \"Has Value\", typeName: \"\", id: 169, branchId: 0, recurseId: -1, attributes: 0, notes: \"If true, follow with appropriate data type, otherwise nothing\""];
170 [label="bool",comment="name: \"bool\", typeName: \"\", id: 170, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
171 [label="Value",comment="name: \"Value\", typeName: \"BiomeSurfaceMaterialAdjustmentData\", id: 171, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
209 [label="BiomeSurfaceMaterialAdjustmentData",comment="name: \"BiomeSurfaceMaterialAdjustmentData\", typeName: \"\", id: 209, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
{ rank = max;170;209}
}