Class LookAction

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

public class LookAction extends Object implements ActionListener
Processes a look menu action.
  • Constructor Details

    • LookAction

      public LookAction()
  • Method Details

    • register

      public static void register()
      registers the look action
    • 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