Uses of Class
games.stendhal.server.core.scripting.ScriptingSandbox
Packages that use ScriptingSandbox
Package
Description
the scripting backend.
Lua scripting interface.
Interactive scripts that high level admins can invoke.
-
Uses of ScriptingSandbox in games.stendhal.server.core.scripting
Subclasses of ScriptingSandbox in games.stendhal.server.core.scriptingModifier and TypeClassDescriptionclassmanages a script written in groovyclassManager for scripts written in Java.Fields in games.stendhal.server.core.scripting declared as ScriptingSandboxModifier and TypeFieldDescriptionprotected ScriptingSandboxScriptImpl.sandboxall modifications must be done using this object to be undoable on unload.Methods in games.stendhal.server.core.scripting with parameters of type ScriptingSandboxModifier and TypeMethodDescriptionvoidScript.load(Player admin, List<String> args, ScriptingSandbox sandbox) Initial load of this script.voidScriptImpl.load(Player admin, List<String> args, ScriptingSandbox sandbox) -
Uses of ScriptingSandbox in games.stendhal.server.core.scripting.lua
Subclasses of ScriptingSandbox in games.stendhal.server.core.scripting.lua -
Uses of ScriptingSandbox in games.stendhal.server.script
Methods in games.stendhal.server.script with parameters of type ScriptingSandboxModifier and TypeMethodDescriptionvoidAdminMaker.load(Player admin, List<String> args, ScriptingSandbox sandbox) voidBetManager.load(Player admin, List<String> args, ScriptingSandbox sandbox) voidDebuggera.load(Player admin, List<String> args, ScriptingSandbox sandbox) voidHerald.load(Player admin, List<String> args, ScriptingSandbox sandbox) invokes by /script -load Herald.class, placing herald near calling admin.voidMaria.load(Player admin, List<String> args, ScriptingSandbox sandbox)