View on GitHub

Soupply

Automatically generated libraries for encoding and decoding Minecraft protocols

home / bedrock261 / play / full-chunk-data

Full chunk data

Encode/decode this packet in Sandbox

Id: 58

Id (hex): 3A

Id (bin): 00111010

Clientbound: ✔️

Serverbound: ✖️

Sends a 16x16 chunk to the client with its blocks, lights and block entities (tiles).

Fields

Name Type
position varint<xz>
data chunkData

position

Coordinates of the chunk.

data

Chunk’s blocks, lights and other immutable data.