@minecraft/server
    Preparing search index...

    Enumeration CloneModeBeta

    An enumeration for the clone modes used when cloning blocks.

    Index

    Enumeration Members

    Enumeration Members

    Copy: 0

    Clones the blocks from the source region to the destination, leaving the source intact.

    ForceCopy: 1

    Clones the blocks from the source region to the destination, allowing the source and destination regions to overlap.

    Move: 2

    Clones the blocks from the source region to the destination and replaces the source region with air.