Enumeration: CloneMode experimental
Beta
An enumeration for the clone modes used when cloning blocks.
Enumeration Members
Copy
Copy:
0
Beta
Remarks
Clones the blocks from the source region to the destination, leaving the source intact.
ForceCopy
ForceCopy:
1
Beta
Remarks
Clones the blocks from the source region to the destination, allowing the source and destination regions to overlap.
Move
Move:
2
Beta
Remarks
Clones the blocks from the source region to the destination and replaces the source region with air.
