Package games.stendhal.server.script
Class Maria
java.lang.Object
games.stendhal.server.core.scripting.ScriptImpl
games.stendhal.server.script.Maria
- All Implemented Interfaces:
Script
Creates a portable NPC which sell foods&drinks, or optionally items from any other shop,
at meetings.
As admin use /script Maria.class to summon her right next to you. Please put
her back in int_admin_playground after use.
-
Field Summary
Fields inherited from class games.stendhal.server.core.scripting.ScriptImpl
sandbox
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
load(Player admin, List<String> args, ScriptingSandbox sandbox)
Initial load of this script.Methods inherited from class games.stendhal.server.core.scripting.ScriptImpl
execute, unload
-
Constructor Details
-
Maria
public Maria()
-
-
Method Details
-
load
Description copied from interface:Script
Initial load of this script.- Specified by:
load
in interfaceScript
- Overrides:
load
in classScriptImpl
- Parameters:
admin
- the admin who load it ornull
on server start.args
- the arguments the admin specified ornull
on server start.sandbox
- all modifications to the game must be done using this object in order for the script to be unloadable
-