Class ReorderAction

java.lang.Object
games.stendhal.server.actions.equip.ReorderAction
All Implemented Interfaces:
ActionListener

public class ReorderAction extends Object implements ActionListener
  • Constructor Details

    • ReorderAction

      public ReorderAction()
  • Method Details

    • register

      public static void register()
      registers "equip" action processor.
    • 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