Package ch.njol.skript.variables
@NonNullByDefault({PARAMETER,RETURN_TYPE,FIELD})
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
).-
ClassDescriptionTODO create a metadata table to store some properties (e.g.TODO use a database (SQLite) instead and only load a limited amount of variables into RAM - e.g.This is used to manage local variable type hints.