Class MemBlockSet

All Implemented Interfaces:
IBatchProcessor, Region, Cloneable, Iterable<BlockVector3>, Collection<BlockVector3>, Set<BlockVector3>

public final class MemBlockSet extends BlockSet
Memory optimized BlockVector3 Set using a sparsely populated bitset and grouped by chunk section Note on spaghetti code / duplication - Uses a minimum of 1 bit per entry - 99.9% of the time there are no if checks on get/clear - Grouping / iteration is by chunk section, and the y>z>x order