mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2024-11-23 13:56:11 +00:00
17 lines
704 B
Plaintext
17 lines
704 B
Plaintext
digraph "ChunkPos" {
|
|
rankdir = LR
|
|
2
|
|
2 -> 3
|
|
3 -> 4
|
|
2 -> 5
|
|
5 -> 6
|
|
|
|
2 [label="ChunkPos",comment="name: \"ChunkPos\", typeName: \"\", id: 2, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
3 [label="X",comment="name: \"X\", typeName: \"\", id: 3, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
4 [label="varint",comment="name: \"varint\", typeName: \"\", id: 4, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
5 [label="Z",comment="name: \"Z\", typeName: \"\", id: 5, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
6 [label="varint",comment="name: \"varint\", typeName: \"\", id: 6, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
{ rank = max;4;6}
|
|
|
|
}
|