Name | <EntityTag.force_no_persist> |
Returns | ElementTag(Boolean) |
Mechanism | EntityTag.force_no_persist |
Description | Returns 'true' if the entity is forced to not save to file when chunks unload.
Returns 'false' if not forced to not-save (ie is allowed to save). May return 'false' even for entities that don't save for other reasons. This is a custom value added in Bukkit to block saving, which is not the same as Mojang's similar option under EntityTag.is_persistent. |
Generated Example |
|
Group | attributes |
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/EntityTag.java#L1955 |