Skip to content

Pre-Chunk

Packet IDDirection
0x32Clientbound

This is sent by the server to load or unload a chunk. When sending this packet at an already loaded chunk, the client will clear any previous blocks that were there. A chunk is a 16x128x16 spot.

Clientbound

FieldTypeDescription
XIntegerThe X position of the chunk.
ZIntegerThe Z position of the chunk.
Load?BooleanWhether the client should load or unload the chunk.
Example Packet
FieldValue
X-9
Z12
Load?true