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

    枚举 StructureAnimationMode

    Specifies how structure blocks should be animated when a structure is placed.

    索引

    枚举成员

    枚举成员

    Blocks: "Blocks"

    Blocks will be randomly placed one at at time. Use @minecraft/server.StructurePlaceOptions.animationSeconds to control how long it takes for all blocks to be placed.

    Layers: "Layers"

    Blocks will be placed one layer at a time from bottom to top. Use @minecraft/server.StructurePlaceOptions.animationSeconds to control how long it takes for all blocks to be placed.

    None: "None"

    All blocks will be placed immediately.