← Packet index

Packet 121

NetworkChunkPublisherUpdatePacket

Used (from the server) when a user's Chunk View moves, I.e. the area that determines what chunks exist. For ClientSideGeneration we also send the client a list of ChunkPos that the Server will fully build.

Packet datagramWire order
HeaderID 121varuint
0New position for viewBlockPos · variable
1New radius for viewvaruint32 · variable (up to 5 bytes)
2Server Built Chunks Listarray<ChunkPos> · variable

Serialized fields

3 top-level fields
  1. 0New position for viewBlockPos
    1. 0XCompressionvarint32
    2. 1YCompressionvarint32
    3. 2ZCompressionvarint32
  2. 1New radius for viewCompressionvaruint32
  3. 2Server Built Chunks ListNo size compressionChunkPosas array<ChunkPos>
    1. 0XCompressionvarint32
    2. 1ZCompressionvarint32

Changelog

Stable releases

Changes between stable protocol releases.

No stable release changes are recorded for this packet.