Uses of Interface
games.stendhal.server.actions.ActionListener
Package
Description
Actions are commands send from the clients to the server.
the scripting backend.
-
Uses of ActionListener in games.stendhal.server.actions
Modifier and TypeClassDescriptionclass
Handles challenge send from a player's client and creates the server side challengeclass
handles CID actions.class
handles the management of player groups.class
Knocks on a HousePortal - sends a message to all players inside the House and a feedback message to the knocker.class
class
Changes the outfit for the playerclass
Action that players can execute to manually remove the detail outfit layer.class
sets a sentences that is displayed on the character page of the website.class
Sets entity's combat karma attribute to determine when karma is used on combat.class
handles trade related actions.class
Uses an item or an other entity that implements UseableModifier and TypeMethodDescriptionstatic void
CommandCenter.register(String action, ActionListener actionClass)
static void
CommandCenter.register(String action, ActionListener actionClass, int requiredAdminLevel)
-
Uses of ActionListener in games.stendhal.server.actions.admin
Modifier and TypeClassDescriptionclass
Most /commands for admins are handled here.class
class
class
Changes solo or shared kill count of specified creature for player.class
Bans an accountclass
class
changes the ghostmode flag of adminsclass
class
Checks kill counts of a player for a specified creature.class
Retrieves quest state information from player slot.class
class
class
class
Sends an remote view eventclass
Stores a message to another player on behalf of any player for admins >= level 2000 (e.g.class
class
class
answers a support questionclass
class
class
class
shouts a message to all players as "administrator".class
-
Uses of ActionListener in games.stendhal.server.actions.attack
Modifier and TypeClassDescriptionclass
attacks a creature or playerclass
stops attacking another creature or player -
Uses of ActionListener in games.stendhal.server.actions.buddy
Modifier and TypeClassDescriptionclass
enables a player to mark himself/herself as grumpy to prevent messages from non-friends. -
Uses of ActionListener in games.stendhal.server.actions.chat
Modifier and TypeClassDescriptionclass
handles asking for /support.class
Process /away commands.class
Handles emote actions.class
Sends a chat message to all members of the same groupclass
handles publicly said text .class
handles error reportsclass
Stores a message to another player for postman to deliverclass
handles /tell-action (/msg-action). -
Uses of ActionListener in games.stendhal.server.actions.equip
Modifier and TypeClassDescriptionclass
Moving of items around on the ground.class
class
class
This listener handles all entity movements from a slot to either another slot or the ground.class
-
Uses of ActionListener in games.stendhal.server.actions.move
Modifier and TypeClassDescriptionclass
Action that sets character speed and begins moving in faced direction.class
Action that stops player movement when certain conditions are met.class
looks into the specified direction without movingclass
moves into the specified directionclass
Action that allows a player to continue movement after teleport via portal or after map change without the need to release and press direction again.class
Handles movement request from playersclass
Pushes an entity which is next to the player one field forward. -
Uses of ActionListener in games.stendhal.server.actions.pet
Modifier and TypeClassDescriptionclass
release a pet into the wildernessclass
class
Owns an domestic animal like a sheep. -
Uses of ActionListener in games.stendhal.server.actions.query
Modifier and TypeClassDescriptionclass
Answers with the server time and if this is the test server with the version information.class
Processes a language action.class
Lists the producers with have open tasks for the asking player.class
Processes a look menu action.class
queries the server about the progress.class
list the known quest or gives details on them.class
Tells the client where the queried player is on the world.class
Lists all online players with their levels. -
Uses of ActionListener in games.stendhal.server.actions.spell
Modifier and TypeClassDescriptionclass
Casts a spell for a player at the given target -
Uses of ActionListener in games.stendhal.server.core.scripting
Modifier and TypeClassDescriptionclass
ServerExtension to load Groovy, Lua, and Java scripts.class
Old invoker for groovy scripts. -
Uses of ActionListener in games.stendhal.server.extension
Modifier and TypeClassDescriptionclass
Stendhal TeleportSend Extenstion This extension adds teleportsend to the game world.