mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2025-02-24 00:25:58 +00:00
21 lines
1.0 KiB
Plaintext
21 lines
1.0 KiB
Plaintext
digraph "NetworkBlockPosition" {
|
|
rankdir = LR
|
|
42
|
|
42 -> 43
|
|
43 -> 44
|
|
42 -> 45
|
|
45 -> 46
|
|
42 -> 47
|
|
47 -> 48
|
|
|
|
42 [label="NetworkBlockPosition",comment="name: \"NetworkBlockPosition\", typeName: \"\", id: 42, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
43 [label="X",comment="name: \"X\", typeName: \"\", id: 43, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
44 [label="varint",comment="name: \"varint\", typeName: \"\", id: 44, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
45 [label="Y",comment="name: \"Y\", typeName: \"\", id: 45, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
46 [label="unsigned varint",comment="name: \"unsigned varint\", typeName: \"\", id: 46, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
47 [label="Z",comment="name: \"Z\", typeName: \"\", id: 47, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
48 [label="varint",comment="name: \"varint\", typeName: \"\", id: 48, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
{ rank = max;44;46;48}
|
|
|
|
}
|