1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-06-15 06:21:58 +00:00
Files
bedrock-protocol-docs/dot/ClientCacheBlobStatusPacket.dot
Oswaldo Leyva Barrientos 3187c2b126 Protocol for r/21_u5 NetworkProtocolVersion 766 ()
* Protocol for r/21_u5 NetworkProtocolVersion 766

* Fixed README
2025-01-14 10:49:28 -08:00

33 lines
2.0 KiB
Plaintext

digraph "ClientCacheBlobStatusPacket" {
rankdir = LR
0
0 -> 1
1 -> 2
0 -> 3
3 -> 4
0 -> 5
5 -> 6
6 -> 7
7 -> 11
0 -> 12
12 -> 13
13 -> 14
14 -> 15
0 [label="ClientCacheBlobStatusPacket",comment="name: \"ClientCacheBlobStatusPacket\", typeName: \"\", id: 0, branchId: 135, recurseId: -1, attributes: 0, notes: \"\""];
1 [label="Missing Ids Size",comment="name: \"Missing Ids Size\", typeName: \"\", id: 1, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
2 [label="unsigned varint",comment="name: \"unsigned varint\", typeName: \"\", id: 2, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
3 [label="Found Ids Size",comment="name: \"Found Ids Size\", typeName: \"\", id: 3, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
4 [label="unsigned varint",comment="name: \"unsigned varint\", typeName: \"\", id: 4, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
5 [label="Missing Ids",comment="name: \"Missing Ids\", typeName: \"\", id: 5, branchId: 0, recurseId: -1, attributes: 8, notes: \"\""];
6 [label="example element",style=dotted,comment="name: \"example element\", typeName: \"\", id: 6, branchId: 0, recurseId: -1, attributes: 16, notes: \"\""];
7 [label="Blob Id",comment="name: \"Blob Id\", typeName: \"unsigned int64\", id: 7, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
11 [label="unsigned int64",comment="name: \"unsigned int64\", typeName: \"\", id: 11, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
12 [label="Found Ids",comment="name: \"Found Ids\", typeName: \"\", id: 12, branchId: 0, recurseId: -1, attributes: 8, notes: \"\""];
13 [label="example element",style=dotted,comment="name: \"example element\", typeName: \"\", id: 13, branchId: 0, recurseId: -1, attributes: 16, notes: \"\""];
14 [label="Blob Id",comment="name: \"Blob Id\", typeName: \"unsigned int64\", id: 14, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
15 [label="unsigned int64",comment="name: \"unsigned int64\", typeName: \"\", id: 15, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
{ rank = max;2;4;11;15}
}