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 2462 tags...
Name<EntityTag.sheared>
ReturnsElementTag(Boolean)
MechanismEntityTag.sheared
Description(Property) Returns whether a sheep is sheared, a bogged is harvested, or a snow golem is derped (ie not wearing a pumpkin).
To include drops or for harvesting mushroom cows consider Mechanism:EntityTag.shear.
Generated Example
- if <player.sheared>:
    - narrate "it was true!"
- else:
    - narrate "it was false!"
Synonyms (Search Aid)has_pumpkin_head
GroupProperties
Sourcehttps://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntitySheared.java#L14