1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-09-19 01:10:12 +00:00
Files
bedrock-protocol-docs/dot/BiomeIdType.dot
2025-07-08 11:52:36 -07:00

13 lines
512 B
Plaintext

digraph "BiomeIdType" {
rankdir = LR
13
13 -> 14
14 -> 15
13 [label="BiomeIdType",comment="name: \"BiomeIdType\", typeName: \"\", id: 13, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
14 [label="Biome ID",comment="name: \"Biome ID\", typeName: \"short\", id: 14, branchId: 0, recurseId: -1, attributes: 256, notes: \"Unique identifier for biomes\""];
15 [label="short",comment="name: \"short\", typeName: \"\", id: 15, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
{ rank = max;15}
}