Class QuestWithPrefixCompletedCondition
java.lang.Object
games.stendhal.server.core.rp.achievement.condition.QuestWithPrefixCompletedCondition
- All Implemented Interfaces:
ChatCondition,PreTransitionCondition
Was a quest with this prefix completed?
-
Constructor Summary
ConstructorsConstructorDescriptionQuestWithPrefixCompletedCondition(String questname) Creates a new QuestWithPrefixCompletedCondition. -
Method Summary
-
Constructor Details
-
QuestWithPrefixCompletedCondition
Creates a new QuestWithPrefixCompletedCondition.- 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
-