Class SayNPCNamesForUnstartedQuestsAction

java.lang.Object
games.stendhal.server.entity.npc.action.SayNPCNamesForUnstartedQuestsAction
All Implemented Interfaces:
ChatAction, PostTransitionAction

@Dev(category=IGNORE, label="\"...\"") public class SayNPCNamesForUnstartedQuestsAction extends Object implements ChatAction
Says the list of the NPC names for unstarted quests in a specified region in the form npc1, npc2, and npc3 all need your help.
  • Constructor Details

    • SayNPCNamesForUnstartedQuestsAction

      public SayNPCNamesForUnstartedQuestsAction(String region)
      Creates a new SayNPCNamesForUnstartedQuestsAction.
      Parameters:
      region - region of NPC
    • SayNPCNamesForUnstartedQuestsAction

      public SayNPCNamesForUnstartedQuestsAction(List<String> regions)
      Creates a new SayNPCNamesForUnstartedQuestsAction.
      Parameters:
      regions - regions of NPC
  • Method Details