Interface EnvironmentScriptLoader
-
- All Superinterfaces:
AutoCloseable,Runnable,ScriptLoader
public interface EnvironmentScriptLoader extends ScriptLoader, Runnable
The environments script loader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpreload()Tries to recursively load scripts.voidrun()Script loading loop-
Methods inherited from interface me.lucko.scriptcontroller.environment.loader.ScriptLoader
close, getEnvironment, unwatch, unwatchAll, watch, watchAll
-
-