Class QuestNotStartedCondition
java.lang.Object
games.stendhal.server.entity.npc.condition.QuestNotStartedCondition
- All Implemented Interfaces:
ChatCondition,PreTransitionCondition
@Dev(category=IGNORE,
label="NotStarted?")
public class QuestNotStartedCondition
extends Object
implements ChatCondition
Was this quest not started yet?
-
Constructor Summary
ConstructorsConstructorDescriptionQuestNotStartedCondition(String questname) Creates a new QuestNotStartedCondtion. -
Method Summary
-
Constructor Details
-
QuestNotStartedCondition
Creates a new QuestNotStartedCondtion.- Parameters:
questname- name of quest slot
-
-
Method Details
-
fire
Description copied from interface:PreTransitionConditioncan the transition be done?- Specified by:
firein interfaceChatCondition- Specified by:
firein 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
-
questNotStarted
-