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 643 mechanisms...
Nameis_waxed
ObjectItemTag
InputElementTag(Boolean)
Related Tags<ItemTag.is_waxed> (Property) Returns whether a sign item is waxed (cannot be edited once placed).
Description(Property) Sets whether a sign item is waxed (cannot be edited once placed).
Generated Example
- adjust <player.item_in_hand> is_waxed:false
GroupProperties
Sourcehttps://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/properties/item/ItemSignIsWaxed.java#L13