pub(super) fn for_each_block_in_aabb( aabb: WorldAabb, visitor: impl FnMut(BlockPos) -> bool, ) -> bool