i tried PHP: $sub = new SubChunkIteratorManager(); $sub->level = $player->getLevel(); so far..im trying to set blocks in this area but theres only 5 methods in SubChunkIteratorManager i dont really get how to set blocks with it.
I have no idea what SubChunkIteratorManager does. But, if you wanna set a block in an area why not just get the area coords and use Level->setBlock() to set block's in it?
the SubChunkIteratorManager can. the Setblock() will take hours to set one million blocks @Muqsit knows
See how WorldStyler makes use of it https://github.com/Muqsit/WorldStyler/blob/master/src/muqsit/worldstyler/shapes/Shapes.php#L65