Skip to content

@minecraft/server


@minecraft/server / StructureAnimationMode

Enumeration: StructureAnimationMode ​

Defined in: @minecraft/server/index.d.ts:2696

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

Enumeration Members ​

Blocks ​

Blocks: "Blocks"

Defined in: @minecraft/server/index.d.ts:2704

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: "Layers"

Defined in: @minecraft/server/index.d.ts:2713

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: "None"

Defined in: @minecraft/server/index.d.ts:2719

Remarks ​

All blocks will be placed immediately.