| Name | <EntityTag.is_living> |
| Returns | ElementTag(Boolean) |
| Description | Returns whether the entity type is a living-type entity (eg a cow or a player or anything else that lives, as specifically opposed to non-living entities like paintings, etc).
Not to be confused with the idea of being alive - see EntityTag.is_spawned. |
| Generated Example | |
| Group | data |
| Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/EntityTag.java#L2352 |