@minecraft
    正在准备搜索索引...

    枚举 CloneMode实验性

    An enumeration for the clone modes used when cloning blocks.

    索引

    枚举成员

    枚举成员

    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.