Name | <EntityTag.is_persistent> |
Returns | ElementTag(Boolean) |
Mechanism | EntityTag.persistent |
Description | Returns whether the entity will not be removed completely when far away from players.
In other words: whether the entity should be saved to file when chunks unload (otherwise, the entity is gone entirely if despawned for any reason). |
Generated Example |
|
Group | attributes |
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/EntityTag.java#L1974 |