@minecraft/server
    Preparing search index...

    Interface JigsawStructurePlaceOptionsBeta

    Provides additional options for StructureManager.placeJigsawStructure.

    interface JigsawStructurePlaceOptions {
        ignoreStartHeight?: boolean;
        includeEntities?: boolean;
        keepJigsaws?: boolean;
    }
    Index

    Properties

    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.

    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.