@minecraft/server
    Preparing search index...

    Interface JigsawPlaceOptionsBeta

    Provides additional options for StructureManager.placeJigsaw.

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

    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.