Property containing all initialized DataSaves
A string representing this DataSave's id
Deletes all saved data entries
Deletes a saved data entry
The name of the entry to look for
Fetches the data from the Score save for this DataSave
Gets a saved data entry
The name of the entry to look for
Checks if a saved data entry exists
The name of the entry to look for
Lists all saved data entry keys
Sets a saved data entry to a new value
The name of the entry to look for
The new value for the entry
Converts this DataSave to a Score save string
A string representing a Score save for this DataSave
Checks if a DataSave has already been created
An id used to refer to a DataSave
A boolean representing whether the DataSave is created or not
Gets the DataSave for the provided id
An id used to refer to a DataSave
A DataSave with the provided id
Gets all DataSave scores
An id used as to target a specific DataSave
An array of strings respresenting all DataSave scores
Initializes a DataSave to be able to be used in scripts
An id used to refer to a DataSave
A Scoreboard with the provided id
Checks if a DataSave has already been initialized
An id used to refer to a DataSave
A boolean representing whether the DataSave is initialized or not
Generated using TypeDoc version 0.22.18, the 7/5/2022
Use DataBase class instead