Provides additional options for StructureManager.placeJigsaw.

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

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.