1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-09-20 07:29:43 +00:00
Files
bedrock-protocol-docs/dot/DimensionType.dot
2025-07-08 11:52:36 -07:00

13 lines
467 B
Plaintext

digraph "DimensionType" {
rankdir = LR
0
0 -> 1
1 -> 2
0 [label="DimensionType",comment="name: \"DimensionType\", typeName: \"\", id: 0, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
1 [label="value",comment="name: \"value\", typeName: \"\", id: 1, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
2 [label="varint",comment="name: \"varint\", typeName: \"\", id: 2, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
{ rank = max;2}
}