ChunkData.sections

16x16x16 section of the chunk. The array's keys also indicate the section's height (the 3rd element of the array will be the 3rd section from bottom, starting at y=24). The amount of sections should be in a range from 0 (empty chunk) to 16.

struct ChunkData
sul.protocol.pocket112.types.Section[] sections;

Meta