1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-09-19 04:39:54 +00:00
Files
bedrock-protocol-docs/dot/std__optional_struct_BiomeSurfaceMaterialData_.dot
2025-07-08 11:52:36 -07:00

17 lines
1003 B
Plaintext

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