Class MoveToAction

java.lang.Object
games.stendhal.server.actions.move.MoveToAction
All Implemented Interfaces:
ActionListener

public class MoveToAction extends Object implements ActionListener
Handles movement request from players
Author:
hendrik
  • Constructor Details

    • MoveToAction

      public MoveToAction()
  • Method Details

    • register

      public static void register()
      registers the move to action
    • onAction

      public void onAction(Player player, RPAction action)
      handles the move to action
      Specified by:
      onAction in interface ActionListener
      Parameters:
      player - player requesting the action
      action - move-to action