Skip to content

@minecraft/server


@minecraft/server / JigsawPlaceOptions

Interface: JigsawPlaceOptions ​

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

Provides additional options for StructureManager.placeJigsaw.

Properties ​

includeEntities? ​

optional includeEntities?: boolean

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

Remarks ​

Whether entities should be included in the structure. Defaults to true.


keepJigsaws? ​

optional keepJigsaws?: boolean

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

Remarks ​

Whether the jigsaw blocks should be kept when generating the structure. Defaults to false.


liquidSettings? ​

optional liquidSettings?: LiquidSettings

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

Remarks ​

Specifies how to handle waterloggable blocks overlapping with existing liquid. Defaults to ApplyWaterlogging.