世界修改
amount只读
is只读
beta
is世界修改
keep世界修改
lock只读
max可选
世界修改
name只读
type只读
typeThe property identifier.
Returns the value for the property, or undefined if the property has not been set.
A string array of the dynamic properties set on this entity.
Returns the total size, in bytes, of all the dynamic properties that are currently stored for this entity. This includes the size of both the key and the value. This can be useful for diagnosing performance warning signs - if, for example, an entity has many megabytes of associated dynamic properties, it may be slow to load on various devices.
An array of lore strings. If the item does not have lore, returns an empty array.
Returns all tags for the item in the slot. Return an empty array if the the slot is empty.
The item tag.
Returns false when the slot is empty or the item in the slot does not have the given tag.
The ItemStack that is being compared.
Returns whether this item stack can be stacked with the
given itemStack
.
世界修改
可选
blockIdentifiers: string[]The list of blocks, given by their identifiers.
世界修改
可选
blockIdentifiers: string[]The list of blocks, given by their identifiers.
The list of block types this item can be placed on in Adventure mode. This is only applicable to block items. The block names are displayed in the item's tooltip. Setting the value to undefined will clear the list.
The property identifier.
可选
value: string | number | boolean | Vector3Data value of the property to set.
世界修改
可选
loreList: string[]A list of lore strings. Setting this argument to undefined will clear the lore.
Represents a slot within a broader container (e.g., entity inventory.)