Edit

JigsawStructurePlaceOptions Interface

Provides additional options for @minecraft/server.StructureManager.placeJigsawStructure.

Properties

ignoreStartHeight

ignoreStartHeight?: boolean;

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

Type: boolean

includeEntities

includeEntities?: boolean;

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

Type: boolean

keepJigsaws

keepJigsaws?: boolean;

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

Type: boolean

liquidSettings

liquidSettings?: LiquidSettings;

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

Type: LiquidSettings