1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-06-17 07:18:37 +00:00
Files
bedrock-protocol-docs/dot/BiomeWeightedData.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

17 lines
808 B
Plaintext

digraph "BiomeWeightedData" {
rankdir = LR
277
277 -> 278
278 -> 279
277 -> 280
280 -> 281
277 [label="BiomeWeightedData",comment="name: \"BiomeWeightedData\", typeName: \"\", id: 277, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
278 [label="biome",comment="name: \"biome\", typeName: \"short\", id: 278, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
279 [label="short",comment="name: \"short\", typeName: \"\", id: 279, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
280 [label="weight",comment="name: \"weight\", typeName: \"\", id: 280, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
281 [label="unsigned int",comment="name: \"unsigned int\", typeName: \"\", id: 281, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
{ rank = max;279;281}
}