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