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
).-
ClassDescriptionA variable storage that stores its content in a comma-separated value file (CSV file).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.This is used to manage local variable type hints.Handles all things related to variables.A variable storage is holds the means and methods of storing variables.