Provides additional options for StructureManager.placeJigsawStructure.

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

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.