| Package | Description |
|---|---|
| me.lucko.scriptcontroller | |
| me.lucko.scriptcontroller.environment.loader | |
| me.lucko.scriptcontroller.internal |
| Modifier and Type | Method and Description |
|---|---|
default ScriptEnvironment |
ScriptController.setupNewEnvironment(Path loadDirectory)
Sets up a new
ScriptEnvironment in the given load directory. |
ScriptEnvironment |
ScriptController.setupNewEnvironment(Path loadDirectory,
EnvironmentSettings settings)
Sets up a new
ScriptEnvironment in the given load directory. |
| Modifier and Type | Method and Description |
|---|---|
Collection<ScriptEnvironment> |
ScriptController.getEnvironments()
Gets the
ScriptEnvironments being processed by the controller |
| Modifier and Type | Method and Description |
|---|---|
ScriptEnvironment |
ScriptLoader.getEnvironment()
Gets the script environment this loader is operating in
|
ScriptEnvironment |
DelegateScriptLoader.getEnvironment() |
| Modifier and Type | Method and Description |
|---|---|
ScriptEnvironment |
ScriptControllerImpl.setupNewEnvironment(Path loadDirectory,
EnvironmentSettings settings) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ScriptEnvironment> |
ScriptControllerImpl.getEnvironments() |
Copyright © 2018. All rights reserved.