Package ch.njol.skript.variables
package ch.njol.skript.variables
Code related to loading, handling, and saving variables. Some code is found in lang as well (e.g. in
Variable
).-
ClassesClassDescriptionA variable storage that stores its content in a comma-separated value file (CSV file).Used for managing local variable type hints during the parsing process.Represents a snapshot of a scope.An instance of a serialized variable, contains the variable name and the serialized value.A serialized value of a variable.TODO create a metadata table to store some properties (e.g.Deprecated, for removal: This API element is subject to removal in a future version.Handles all things related to variables.A variable storage is holds the means and methods of storing variables.
HintManager
.