1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-06-18 07:47:54 +00:00
Files
bedrock-protocol-docs/dot/NetworkChunkPublisherUpdatePacket.dot
Oswaldo Leyva Barrientos 3187c2b126 Protocol for r/21_u5 NetworkProtocolVersion 766 (#16)
* Protocol for r/21_u5 NetworkProtocolVersion 766

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

29 lines
1.8 KiB
Plaintext

digraph "NetworkChunkPublisherUpdatePacket" {
rankdir = LR
0
0 -> 1
1 -> 2
0 -> 3
3 -> 4
0 -> 5
5 -> 6
6 -> 7
5 -> 8
8 -> 9
9 -> 10
0 [label="NetworkChunkPublisherUpdatePacket",comment="name: \"NetworkChunkPublisherUpdatePacket\", typeName: \"\", id: 0, branchId: 121, recurseId: -1, attributes: 0, notes: \"\""];
1 [label="New position for view",comment="name: \"New position for view\", typeName: \"BlockPos\", id: 1, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
2 [label="BlockPos",comment="name: \"BlockPos\", typeName: \"\", id: 2, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
3 [label="New radius for view",comment="name: \"New radius for view\", 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="Server Built Chunks List",comment="name: \"Server Built Chunks List\", typeName: \"\", id: 5, branchId: 0, recurseId: -1, attributes: 8, notes: \"\""];
6 [label="Server Built Chunks Size",comment="name: \"Server Built Chunks Size\", typeName: \"\", id: 6, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
7 [label="unsigned int",comment="name: \"unsigned int\", typeName: \"\", id: 7, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
8 [label="example element",style=dotted,comment="name: \"example element\", typeName: \"\", id: 8, branchId: 0, recurseId: -1, attributes: 16, notes: \"\""];
9 [label="Chunk Pos",comment="name: \"Chunk Pos\", typeName: \"ChunkPos\", id: 9, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
10 [label="ChunkPos",comment="name: \"ChunkPos\", typeName: \"\", id: 10, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
{ rank = max;2;4;7;10}
}