Class QuestStartedCondition
java.lang.Object
games.stendhal.server.entity.npc.condition.QuestStartedCondition
- All Implemented Interfaces:
ChatCondition
,PreTransitionCondition
@Dev(category=QUEST_SLOT,
label="Started?")
public class QuestStartedCondition
extends Object
implements ChatCondition
Was this quest at least started? See QuestActiveCondition to check that it was started but not completed.
-
Constructor Summary
ConstructorDescriptionQuestStartedCondition(String questname)
Creates a new QuestStartedCondition. -
Method Summary
-
Constructor Details
-
QuestStartedCondition
Creates a new QuestStartedCondition.- Parameters:
questname
- name of quest slot
-
-
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
-