Denizen Script Tags


Tags are always written with a <between these marks>, and are critical to scripts, as the primary way to read data.
Learn about how tags work in The Beginner's Guide.


Showing 1 out of 2425 tags...
Name<MaterialTag.leaf_size>
ReturnsElementTag
MechanismMaterialTag.leaf_size
DescriptionReturns the size of the leaves for this bamboo block.
Output is SMALL, LARGE, or NONE.
Generated Example
- narrate <material[stone].leaf_size>
Groupproperties
Sourcehttps://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/properties/material/MaterialLeafSize.java#L40