Class AlwaysFalseCondition
java.lang.Object
games.stendhal.server.entity.npc.condition.AlwaysFalseCondition
- All Implemented Interfaces:
ChatCondition,PreTransitionCondition
@Dev(category=LOGIC,
label="False!")
public class AlwaysFalseCondition
extends Object
implements ChatCondition
This condition returns always false.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AlwaysFalseCondition
public AlwaysFalseCondition()
-
-
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
-