Class QuestStateStartsWithCondition
java.lang.Object
games.stendhal.server.entity.npc.condition.QuestStateStartsWithCondition
- All Implemented Interfaces:
ChatCondition
,PreTransitionCondition
@Dev(category=CHAT,
label="State?")
public class QuestStateStartsWithCondition
extends Object
implements ChatCondition
Does the quest state start with the specified String?
-
Constructor Summary
ConstructorDescriptionQuestStateStartsWithCondition(String questname, String state)
Creates a new QuestStateStartsWithCondition. -
Method Summary
-
Constructor Details
-
QuestStateStartsWithCondition
Creates a new QuestStateStartsWithCondition.- Parameters:
questname
- name of quest-slotstate
- start of state-string
-
-
Method Details
-
fire
Description copied from interface:PreTransitionCondition
can the transition be done?- Specified by:
fire
in interfaceChatCondition
- Specified by:
fire
in interfacePreTransitionCondition
- Parameters:
player
- player who caused the transitionsentence
- text he/she saidentity
- the NPC doing the transition- Returns:
- true, if the transition is possible, false otherwise
-
toString
-
hashCode
public int hashCode() -
equals
-