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 2493 tags...
Name<EntityTag.size>
ReturnsElementTag
MechanismEntityTag.size
Description(Property) Returns the size of an entity.
Cube-type (slime, magma cube, sulfur cube) mob sizes are between 1 and 127.
Phantom mob sizes are between 0 and 64.
Pufferfish mob sizes are between 0 and 2.
Generated Example
- narrate <player.size>
GroupProperties
Sourcehttps://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntitySize.java#L13