Denizen Script Mechanisms


Mechanisms are found in object properties, the 'adjust' command, and similar. These are used to change the state of an object.
Learn about how mechanisms work in The Beginner's Guide.


Showing 1 out of 632 mechanisms...
Namecleanmem
Objectsystem
InputNone
Related Tags<util.ram_free> How much RAM is unused but available on the server, in bytes (free memory).
DescriptionSuggests to the internal systems that it's a good time to clean the memory.
Does NOT force a memory cleaning.
This should generally not be used unless you have a very good specific reason to use it.
Generated Example
- adjust system cleanmem
Sourcehttps://github.com/DenizenScript/Denizen-Core/blob/master/src/main/java/com/denizenscript/denizencore/tags/core/UtilTagBase.java#L1064