Skip to main content

Module mask

Module mask 

Source
Expand description

Per-chunk bitset marking which block positions have already been visited by a carver.

Mirrors vanilla’s net.minecraft.world.level.chunk.CarvingMask. Used by WorldCarver to avoid repeatedly processing the same position when multiple carver steps overlap.

Structs§

CarvingMask
A 16 × height × 16 bitset of local block positions in a chunk.