Class OrCondition
java.lang.Object
games.stendhal.server.entity.npc.condition.OrCondition
- All Implemented Interfaces:
ChatCondition,PreTransitionCondition
An or condition.
-
Constructor Summary
ConstructorsConstructorDescriptionOrCondition(ChatCondition... condition) Creates a new "or"-condition.OrCondition(List<ChatCondition> conditions) Creates a new "or"-condition. -
Method Summary
-
Constructor Details
-
OrCondition
Creates a new "or"-condition.- Parameters:
condition- condition which should be or-ed.
-
OrCondition
Creates a new "or"-condition.- Parameters:
conditions- list of condition which should be or-ed.
-
-
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
-