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...
Namehalf
ObjectMaterialTag
InputElementTag
Related Tags<MaterialTag.half> (Property) The current half for a bisected material (like a door, double-plant, chest, or a bed). (...)
Description(Property) The current half for a bisected material (like a door, double-plant, chest, or a bed).
Output for "double" (2 block tall) blocks (doors/double plants/...) is "BOTTOM" or "TOP".
Output for beds is "HEAD" or "FOOT".
Output for chests is "LEFT" or "RIGHT".
GroupProperties
Sourcehttps://github.com/DenizenScript/Clientizen/blob/master/src/main/java/com/denizenscript/clientizen/objects/properties/material/MaterialHalf.java#L10