Class FaceAction

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

public class FaceAction extends Object implements ActionListener
looks into the specified direction without moving
  • Constructor Details

    • FaceAction

      public FaceAction()
  • Method Details

    • register

      public static void register()
      register the action
    • onAction

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