Uses of Interface
me.lucko.scriptcontroller.environment.script.Script
-
Packages that use Script Package Description me.lucko.scriptcontroller.bindings me.lucko.scriptcontroller.environment.registry me.lucko.scriptcontroller.logging -
-
Uses of Script in me.lucko.scriptcontroller.bindings
Methods in me.lucko.scriptcontroller.bindings with parameters of type Script Modifier and Type Method Description voidBindingsSupplier. supplyBindings(Script script, BindingsBuilder accumulator)Supplies this suppliers bindings for the given script. -
Uses of Script in me.lucko.scriptcontroller.environment.registry
Methods in me.lucko.scriptcontroller.environment.registry that return Script Modifier and Type Method Description ScriptScriptRegistry. getScript(Path path)Gets a script by pathMethods in me.lucko.scriptcontroller.environment.registry that return types with arguments of type Script Modifier and Type Method Description Map<Path,Script>ScriptRegistry. getAll()Gets all scripts known to this registryMethods in me.lucko.scriptcontroller.environment.registry with parameters of type Script Modifier and Type Method Description voidScriptRegistry. register(Script script)Registers a scriptvoidScriptRegistry. unregister(Script script)Unregisters a script -
Uses of Script in me.lucko.scriptcontroller.logging
Methods in me.lucko.scriptcontroller.logging with parameters of type Script Modifier and Type Method Description static ScriptLoggerScriptLogger. create(SystemLogger logger, Script script)
-