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/enums/ItemLockMode.md.

Enumeration: ItemLockMode

item

Beta

描述物品在容器中的移动方式。

Describes how an an item can be moved within a container.

Enumeration Members

inventory

inventory: "inventory"

Beta

Remarks

物品不能被丢弃或用于合成。

The item cannot be dropped or crafted with.


none

none: "none"

Beta

Remarks

物品没有容器限制。

The item has no container restrictions.


slot

slot: "slot"

Beta

Remarks

物品不能从其槽位移出、丢弃或用于合成。

The item cannot be moved from its slot, dropped or crafted with.

同领域相关