@minecraft
    正在准备搜索索引...

    接口 JigsawStructurePlaceOptions

    Provides additional options for StructureManager.placeJigsawStructure.

    interface JigsawStructurePlaceOptions {
        ignoreStartHeight?: boolean;
        includeEntities?: boolean;
        keepJigsaws?: boolean;
        liquidSettings?: LiquidSettings;
    }
    索引

    属性

    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.

    liquidSettings?: LiquidSettings

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