接口 JigsawStructurePlaceOptions实验性

Provides additional options for StructureManager.placeJigsawStructure.

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

属性

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.

keepJigsaws?: boolean

Whether the jigsaw blocks should be kept when generating the structure. Defaults to false.