1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-09-21 06:49:36 +00:00
Files
bedrock-protocol-docs/dot/std__optional_struct_BiomeSurfaceMaterialAdjustmentData_.dot
2025-07-08 11:52:36 -07:00

17 lines
1.0 KiB
Plaintext

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