Package ch.njol.skript.variables
Class TypeHints
java.lang.Object
ch.njol.skript.variables.TypeHints
This is used to manage local variable type hints.
- EffChange adds then when local variables are set
- Variable checks them when parser tries to create it
- ScriptLoader clears hints after each section has been parsed
- ScriptLoader enters and exists scopes as needed
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
TypeHints
public TypeHints()
-
-
Method Details
-
add
-
get
-
enterScope
public static void enterScope() -
exitScope
public static void exitScope() -
clear
public static void clear()
-