mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2025-11-06 20:35:25 +00:00
21 lines
1.2 KiB
Plaintext
21 lines
1.2 KiB
Plaintext
digraph "BiomeReplacementsData" {
|
|
rankdir = LR
|
|
360
|
|
360 -> 361
|
|
361 -> 362
|
|
362 -> 363
|
|
361 -> 364
|
|
364 -> 365
|
|
365 -> 383
|
|
|
|
360 [label="BiomeReplacementsData",comment="name: \"BiomeReplacementsData\", typeName: \"\", id: 360, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
361 [label="biome replacement",comment="name: \"biome replacement\", typeName: \"\", id: 361, branchId: 0, recurseId: -1, attributes: 8, notes: \"\""];
|
|
362 [label="List Size",comment="name: \"List Size\", typeName: \"\", id: 362, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
363 [label="unsigned varint",comment="name: \"unsigned varint\", typeName: \"\", id: 363, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
364 [label="example element",style=dotted,comment="name: \"example element\", typeName: \"\", id: 364, branchId: 0, recurseId: -1, attributes: 16, notes: \"\""];
|
|
365 [label="biome replacements",comment="name: \"biome replacements\", typeName: \"BiomeReplacementData\", id: 365, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
|
|
383 [label="BiomeReplacementData",comment="name: \"BiomeReplacementData\", typeName: \"\", id: 383, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
{ rank = max;363;383}
|
|
|
|
}
|