1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-06-24 03:07:04 +00:00
Files
bedrock-protocol-docs/dot/BiomeConsolidatedFeaturesData.dot
Oswaldo Leyva Barrientos 5a86bb3b72 Protocol for r/21_u8 NetworkProtocolVersion 800 (#20)
* Protocol for r/21_u8 NetworkProtocolVersion 800

* Removed irrelevant SVGs from PR
2025-05-21 13:44:00 -07:00

21 lines
1.2 KiB
Plaintext

digraph "BiomeConsolidatedFeaturesData" {
rankdir = LR
88
88 -> 89
89 -> 90
90 -> 91
89 -> 92
92 -> 93
93 -> 141
88 [label="BiomeConsolidatedFeaturesData",comment="name: \"BiomeConsolidatedFeaturesData\", typeName: \"\", id: 88, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
89 [label="feature",comment="name: \"feature\", typeName: \"\", id: 89, branchId: 0, recurseId: -1, attributes: 8, notes: \"\""];
90 [label="List Size",comment="name: \"List Size\", typeName: \"\", id: 90, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
91 [label="unsigned varint",comment="name: \"unsigned varint\", typeName: \"\", id: 91, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
92 [label="example element",style=dotted,comment="name: \"example element\", typeName: \"\", id: 92, branchId: 0, recurseId: -1, attributes: 16, notes: \"\""];
93 [label="features",comment="name: \"features\", typeName: \"BiomeConsolidatedFeatureData\", id: 93, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
141 [label="BiomeConsolidatedFeatureData",comment="name: \"BiomeConsolidatedFeatureData\", typeName: \"\", id: 141, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
{ rank = max;91;141}
}