Class CStatusAction

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

public class CStatusAction extends Object implements ActionListener
handles CID actions.
  • Field Details

    • idList

      public static final Map<String,​String> idList
      Key is ID, value contains list of names
    • nameList

      public static final Map<String,​String> nameList
      Key is name, value is ID
  • Constructor Details

    • CStatusAction

      public CStatusAction()
  • Method Details

    • register

      public static void register()
      registers 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