Class WhereAction

java.lang.Object
games.stendhal.server.actions.query.WhereAction
All Implemented Interfaces:
ActionListener

public class WhereAction extends Object implements ActionListener
Tells the client where the queried player is on the world.
  • Constructor Details

    • WhereAction

      public WhereAction()
  • Method Details

    • register

      public static void register()
      registers where actions
    • onAction

      public void onAction(Player player, RPAction action)
      processes the requested action.
      Specified by:
      onAction in interface ActionListener
      Parameters:
      player - the caller of the action
      action - the action to be performed