Skip to content

Pre-Chunk

Packet IDDirectionMojang NameMCP Name
0x32ClientboundChunkVisibilityPacketPacket50PreChunk

This is sent by the server to load or unload a chunk. If load is 1, the client readies itself to place block data there. If it's 0 the client deletes the Chunk data.

Clientbound

FieldTypeDescription
XIntegerThe X position of the chunk
ZIntegerThe Z position of the chunk
LoadBooleanWhether the client should load or unload the chunk

Example Packet

FieldValue
X-9
Z12
Load?true