1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-06-18 07:47:54 +00:00
Files
bedrock-protocol-docs/dot/std__optional_struct BiomeSurfaceMaterialData_.dot
2025-04-08 15:04:44 -07:00

17 lines
1003 B
Plaintext

digraph "std::optional<struct BiomeSurfaceMaterialData>" {
rankdir = LR
212
212 -> 213
213 -> 214
212 -> 215
215 -> 216
212 [label="std::optional<struct BiomeSurfaceMaterialData>",comment="name: \"std::optional<struct BiomeSurfaceMaterialData>\", typeName: \"\", id: 212, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
213 [label="Has Value",comment="name: \"Has Value\", typeName: \"\", id: 213, branchId: 0, recurseId: -1, attributes: 0, notes: \"If true, follow with appropriate data type, otherwise nothing\""];
214 [label="bool",comment="name: \"bool\", typeName: \"\", id: 214, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
215 [label="Value",comment="name: \"Value\", typeName: \"BiomeSurfaceMaterialData\", id: 215, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
216 [label="BiomeSurfaceMaterialData",comment="name: \"BiomeSurfaceMaterialData\", typeName: \"\", id: 216, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
{ rank = max;214;216}
}