PersistentCompound
Holds data which can be accessed fast because it is stored in memory. Additionally, the data will be stored persistently to the disk, if the game decides to do so.
Inheritors
Functions
Link copied to clipboard
Removes the current value associated with the given key. Additionally, this function returns the value that was removed, if one was removed. Otherwise, the return value will be null.
Link copied to clipboard
Removes the current value associated with the given key.
Link copied to clipboard
Removes the current value associated with the given key.