mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2024-11-23 12:46:13 +00:00
33 lines
2.1 KiB
Plaintext
33 lines
2.1 KiB
Plaintext
digraph "NetworkChunkPublisherUpdatePacket" {
|
|
rankdir = LR
|
|
0
|
|
0 -> 1
|
|
1 -> 2
|
|
0 -> 3
|
|
3 -> 4
|
|
0 -> 5
|
|
5 -> 6
|
|
0 -> 7
|
|
7 -> 8
|
|
8 -> 9
|
|
7 -> 10
|
|
10 -> 11
|
|
11 -> 12
|
|
|
|
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 Size",comment="name: \"Server Built Chunks Size\", typeName: \"\", id: 5, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
6 [label="unsigned int",comment="name: \"unsigned int\", typeName: \"\", id: 6, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
7 [label="Server Built Chunks List",comment="name: \"Server Built Chunks List\", typeName: \"\", id: 7, branchId: 0, recurseId: -1, attributes: 8, notes: \"\""];
|
|
8 [label="Array Size",comment="name: \"Array Size\", typeName: \"\", id: 8, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
9 [label="unsigned varint",comment="name: \"unsigned varint\", typeName: \"\", id: 9, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
10 [label="example element",style=dotted,comment="name: \"example element\", typeName: \"\", id: 10, branchId: 0, recurseId: -1, attributes: 16, notes: \"\""];
|
|
11 [label="Chunk Pos",comment="name: \"Chunk Pos\", typeName: \"ChunkPos\", id: 11, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
|
|
12 [label="ChunkPos",comment="name: \"ChunkPos\", typeName: \"\", id: 12, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
{ rank = max;2;4;6;9;12}
|
|
|
|
}
|