Denizen Script Mechanisms


Mechanisms are found in object properties, the 'adjust' command, and similar. These are used to change the state of an object.
Learn about how mechanisms work in The Beginner's Guide.


Showing 1 out of 18 mechanisms...
Namedurability
ObjectItemTag
InputElementTag(Number)
Related Tags<ItemTag.durability> (Property) The amount of durability an item lost.
Description(Property) The amount of durability an item lost.
Generated Example
- adjust <client.self_entity.item_in_hand> durability:4
GroupProperties
Sourcehttps://github.com/DenizenScript/Clientizen/blob/master/src/main/java/com/denizenscript/clientizen/objects/properties/item/ItemDurability.java#L9