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 2479 tags...
Name<EntityTag.state>
ReturnsElementTag
MechanismEntityTag.state
Description(Property) Returns the current state of an armadillo.
Valid states are IDLE, ROLLING, SCARED, and UNROLLING.
The entity may roll or unroll due to normal vanilla conditions. If this is not desired, disable Property:EntityTag.has_ai.
Generated Example
- narrate <player.state>
GroupProperties
Sourcehttps://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityState.java#L11