Uses of Interface
me.lucko.scriptcontroller.environment.ScriptEnvironment
-
Packages that use ScriptEnvironment Package Description me.lucko.scriptcontroller me.lucko.scriptcontroller.environment.loader me.lucko.scriptcontroller.internal -
-
Uses of ScriptEnvironment in me.lucko.scriptcontroller
Methods in me.lucko.scriptcontroller that return ScriptEnvironment Modifier and Type Method Description default ScriptEnvironmentScriptController. setupNewEnvironment(Path loadDirectory)Sets up a newScriptEnvironmentin the given load directory.ScriptEnvironmentScriptController. setupNewEnvironment(Path loadDirectory, EnvironmentSettings settings)Sets up a newScriptEnvironmentin the given load directory.Methods in me.lucko.scriptcontroller that return types with arguments of type ScriptEnvironment Modifier and Type Method Description Collection<ScriptEnvironment>ScriptController. getEnvironments()Gets theScriptEnvironments being processed by the controller -
Uses of ScriptEnvironment in me.lucko.scriptcontroller.environment.loader
Methods in me.lucko.scriptcontroller.environment.loader that return ScriptEnvironment Modifier and Type Method Description ScriptEnvironmentDelegateScriptLoader. getEnvironment()ScriptEnvironmentScriptLoader. getEnvironment()Gets the script environment this loader is operating in -
Uses of ScriptEnvironment in me.lucko.scriptcontroller.internal
Methods in me.lucko.scriptcontroller.internal that return ScriptEnvironment Modifier and Type Method Description ScriptEnvironmentScriptControllerImpl. setupNewEnvironment(Path loadDirectory, EnvironmentSettings settings)Methods in me.lucko.scriptcontroller.internal that return types with arguments of type ScriptEnvironment Modifier and Type Method Description Collection<ScriptEnvironment>ScriptControllerImpl. getEnvironments()
-