| Name | <EntityTag.age> |
| Returns | ElementTag |
| Mechanism | EntityTag.age |
| Description | (Property) Returns the entity's age.
Age moves 1 towards zero each tick. A newly spawned baby is -24000, a standard adult is 0, an adult that just bred is 6000. For the mechanism, inputs can be 'baby', 'adult', or a valid age number. Also available: EntityTag.age_locked and EntityTag.is_baby |
| Generated Example | |
| Group | Properties |
| Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityAge.java#L17 |