@minecraft/server / ItemLockMode
Enumeration: ItemLockMode ​
Defined in: @minecraft/server/index.d.ts:2209
Describes how an an item can be moved within a container.
Enumeration Members ​
inventory ​
inventory:
"inventory"
Defined in: @minecraft/server/index.d.ts:2215
Remarks ​
The item cannot be dropped or crafted with.
none ​
none:
"none"
Defined in: @minecraft/server/index.d.ts:2221
Remarks ​
The item has no container restrictions.
slot ​
slot:
"slot"
Defined in: @minecraft/server/index.d.ts:2228
Remarks ​
The item cannot be moved from its slot, dropped or crafted with.