mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2025-11-06 08:55:12 +00:00
17 lines
985 B
Plaintext
17 lines
985 B
Plaintext
digraph "std::optional<struct BiomeReplacementsData>" {
|
|
rankdir = LR
|
|
356
|
|
356 -> 357
|
|
357 -> 358
|
|
356 -> 359
|
|
359 -> 384
|
|
|
|
356 [label="std::optional<struct BiomeReplacementsData>",comment="name: \"std::optional<struct BiomeReplacementsData>\", typeName: \"\", id: 356, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
357 [label="Has Value",comment="name: \"Has Value\", typeName: \"\", id: 357, branchId: 0, recurseId: -1, attributes: 0, notes: \"If true, follow with appropriate data type, otherwise nothing\""];
|
|
358 [label="bool",comment="name: \"bool\", typeName: \"\", id: 358, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
359 [label="Value",comment="name: \"Value\", typeName: \"BiomeReplacementsData\", id: 359, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
|
|
384 [label="BiomeReplacementsData",comment="name: \"BiomeReplacementsData\", typeName: \"\", id: 384, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
{ rank = max;358;384}
|
|
|
|
}
|