Enumeration StructureAnimationMode

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

Enumeration Members

Enumeration Members

Blocks: "Blocks"

Remarks

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"

Remarks

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"

Remarks

All blocks will be placed immediately.