For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt, and this page is available as Markdown at /server/interfaces/JigsawStructurePlaceOptions.md.

Interface: JigsawStructurePlaceOptions

Beta

StructureManager.placeJigsawStructure 提供额外选项。

Provides additional options for StructureManager.placeJigsawStructure.

Properties

ignoreStartHeight?

optional ignoreStartHeight?: boolean

Beta

Remarks

是否应忽略拼图结构定义中定义的起始高度,并使用指定的 y 坐标覆盖。默认为 false

Whether the start height defined in the jigsaw structure definition should be ignored and overridden with the specified y coordinate. Defaults to false.


includeEntities?

optional includeEntities?: boolean

Beta

Remarks

结构中是否应包含实体。默认为 true

Whether entities should be included in the structure. Defaults to true.


keepJigsaws?

optional keepJigsaws?: boolean

Beta

Remarks

生成结构时是否保留拼图方块。默认为 false

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


liquidSettings?

optional liquidSettings?: LiquidSettings

Beta

Remarks

指定如何处理可与水共存的方块与现有液体的重叠。默认为 ApplyWaterlogging

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