@minecraft/server / JigsawPlaceOptions
Interface: JigsawPlaceOptions ​
Defined in: @minecraft/server/index.d.ts:24145
Provides additional options for StructureManager.placeJigsaw.
Properties ​
includeEntities? ​
optionalincludeEntities?:boolean
Defined in: @minecraft/server/index.d.ts:24152
Remarks ​
Whether entities should be included in the structure. Defaults to true.
keepJigsaws? ​
optionalkeepJigsaws?: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? ​
optionalliquidSettings?:LiquidSettings
Defined in: @minecraft/server/index.d.ts:24166
Remarks ​
Specifies how to handle waterloggable blocks overlapping with existing liquid. Defaults to ApplyWaterlogging.