Class TimePassedCondition
java.lang.Object
games.stendhal.server.entity.npc.condition.TimePassedCondition
- All Implemented Interfaces:
ChatCondition,PreTransitionCondition
@Dev(category=TIME,
label="Time?")
public class TimePassedCondition
extends Object
implements ChatCondition
Has 'delay' time passed since the quest was last done?
If the quest slot isn't in the expected format, returns true
-
Constructor Summary
ConstructorsConstructorDescriptionTimePassedCondition(String questname, int delayInMinutes) Creates a new TimePassedCondition, where the timestamp alone is stored in the quest state.TimePassedCondition(String questname, int index, int delayInMinutes) Creates a new TimePassedCondition . -
Method Summary
-
Constructor Details
-
TimePassedCondition
Creates a new TimePassedCondition .- Parameters:
questname- name of quest-slotindex- position of the timestamp within the quest slot 'array'delayInMinutes- delay in minutes
-
TimePassedCondition
Creates a new TimePassedCondition, where the timestamp alone is stored in the quest state.- Parameters:
questname- name of quest-slotdelayInMinutes- delay in minutes
-
-
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
-
timePassed
-