Package games.stendhal.server.script
Class FishInspect
java.lang.Object
games.stendhal.server.core.scripting.ScriptImpl
games.stendhal.server.script.FishInspect
- All Implemented Interfaces:
TurnListener,Script
Deep inspects a player and all his/her items.
to look for fish
- Author:
- hendrik/kymara
-
Field Summary
Fields inherited from class games.stendhal.server.core.scripting.ScriptImpl
sandbox -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class games.stendhal.server.core.scripting.ScriptImpl
load
-
Constructor Details
-
FishInspect
public FishInspect()
-
-
Method Details
-
execute
Description copied from interface:ScriptExecutes this script.- Specified by:
executein interfaceScript- Overrides:
executein classScriptImpl- Parameters:
admin- the admin who load it ornullon server start.args- the arguments the admin specified ornullon server start.
-
onTurnReached
public void onTurnReached(int currentTurn) Description copied from interface:TurnListenerThis method is called when the turn number is reached.- Specified by:
onTurnReachedin interfaceTurnListener- Parameters:
currentTurn- current turn number
-
unload
Description copied from interface:ScriptUnloads this script.- Specified by:
unloadin interfaceScript- Overrides:
unloadin classScriptImpl- Parameters:
admin- the admin who load it ornullon server start.args- the arguments the admin specified ornullon server start.
-