Provides additional options for StructureManager.placeJigsaw.

interface JigsawPlaceOptions {
    includeEntities?: boolean;
    keepJigsaws?: boolean;
    liquidSettings?: LiquidSettings;
}

Properties

includeEntities?: boolean

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

keepJigsaws?: boolean

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

liquidSettings?: LiquidSettings

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