ChunkData.heights

Coordinates of the highest block in the column that receives sky light (order xz). It is used to increase the speed when calculating the block's light level.

struct ChunkData
ushort[256] heights;

Meta