Name | <EntityTag.age> |
Returns | ElementTag(Number) |
Mechanism | EntityTag.age |
Description | If the entity is ageable, returns the entity's age number.
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. |
Generated Example |
|
Group | properties |
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityAge.java#L84 |