| Name | <EntityTag.is_persistent> |
| Returns | ElementTag(Boolean) |
| Mechanism | EntityTag.persistent |
| Description | Returns whether the mob-entity will not be removed completely when far away from players.
This is Bukkit's "getRemoveWhenFarAway" which is Mojang's "isPersistenceRequired". In many cases, EntityTag.force_no_persist may be preferred. |
| Generated Example | |
| Group | attributes |
| Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/EntityTag.java#L1971 |