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 Summary
ConstructorDescriptionCreates a new SayNPCNamesForUnstartedQuestsAction.SayNPCNamesForUnstartedQuestsAction(List<String> regions)
Creates a new SayNPCNamesForUnstartedQuestsAction. -
Method Summary
-
Constructor Details
-
SayNPCNamesForUnstartedQuestsAction
Creates a new SayNPCNamesForUnstartedQuestsAction.- Parameters:
region
- region of NPC
-
SayNPCNamesForUnstartedQuestsAction
Creates a new SayNPCNamesForUnstartedQuestsAction.- Parameters:
regions
- regions of NPC
-
-
Method Details
-
fire
Description copied from interface:PostTransitionAction
does some action after a transition.- Specified by:
fire
in interfaceChatAction
- Specified by:
fire
in interfacePostTransitionAction
- Parameters:
player
- player who caused the transitionsentence
- text he/she saidraiser
- the NPC doing the transition
-
toString
-
hashCode
public int hashCode() -
equals
-