Uses of Interface
me.lucko.scriptcontroller.environment.settings.EnvironmentSettings
-
Packages that use EnvironmentSettings Package Description me.lucko.scriptcontroller me.lucko.scriptcontroller.environment me.lucko.scriptcontroller.environment.settings me.lucko.scriptcontroller.internal -
-
Uses of EnvironmentSettings in me.lucko.scriptcontroller
Methods in me.lucko.scriptcontroller with parameters of type EnvironmentSettings Modifier and Type Method Description ScriptController.BuilderScriptController.Builder. defaultEnvironmentSettings(EnvironmentSettings settings)Defines the defaultEnvironmentSettingsto use when this controller creates newScriptEnvironments.ScriptEnvironmentScriptController. setupNewEnvironment(Path loadDirectory, EnvironmentSettings settings)Sets up a newScriptEnvironmentin the given load directory. -
Uses of EnvironmentSettings in me.lucko.scriptcontroller.environment
Methods in me.lucko.scriptcontroller.environment that return EnvironmentSettings Modifier and Type Method Description EnvironmentSettingsScriptEnvironment. getSettings()Gets the environment settings -
Uses of EnvironmentSettings in me.lucko.scriptcontroller.environment.settings
Methods in me.lucko.scriptcontroller.environment.settings that return EnvironmentSettings Modifier and Type Method Description EnvironmentSettingsEnvironmentSettings.Builder. build()Builds a newEnvironmentSettingsinstance.static EnvironmentSettingsEnvironmentSettings. defaults()Returns a default set of environment settingsMethods in me.lucko.scriptcontroller.environment.settings with parameters of type EnvironmentSettings Modifier and Type Method Description EnvironmentSettings.BuilderEnvironmentSettings.Builder. mergeSettingsFrom(EnvironmentSettings other)Applies the settings from the give instance to this builder -
Uses of EnvironmentSettings in me.lucko.scriptcontroller.internal
Methods in me.lucko.scriptcontroller.internal that return EnvironmentSettings Modifier and Type Method Description static EnvironmentSettingsScriptControllerImpl. defaultSettings()Deprecated.Methods in me.lucko.scriptcontroller.internal with parameters of type EnvironmentSettings Modifier and Type Method Description ScriptEnvironmentScriptControllerImpl. setupNewEnvironment(Path loadDirectory, EnvironmentSettings settings)
-