Skip to content

@minecraft/server


@minecraft/server / JigsawStructurePlaceOptions

Interface: JigsawStructurePlaceOptions ​

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

Provides additional options for StructureManager.placeJigsawStructure.

Properties ​

ignoreStartHeight? ​

optional ignoreStartHeight?: boolean

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

Remarks ​

Whether the start height defined in the jigsaw structure definition should be ignored and overridden with the specified y coordinate. Defaults to false.


includeEntities? ​

optional includeEntities?: boolean

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

Remarks ​

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


keepJigsaws? ​

optional keepJigsaws?: boolean

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

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:24202

Remarks ​

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