@minecraft/server-editor
    Preparing search index...

    Function executeLargeOperationFromIterator

    • Beta

      Parameters

      • blockLocationIterator: BlockLocationIterator

        the selection to iterator over

      • operation: (blockLocation: Vector3) => void

        the operation to apply over each block location

      Returns Promise<void>

      Executes an operation over a BlockLocationIterator via chunks to allow splitting operation over multiple game ticks