Class SentenceHasErrorCondition
java.lang.Object
games.stendhal.server.entity.npc.condition.SentenceHasErrorCondition
- All Implemented Interfaces:
ChatCondition
,PreTransitionCondition
@Dev(category=CHAT,
label="Error?")
public class SentenceHasErrorCondition
extends Object
implements ChatCondition
Checks whether the sentence has an error.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
SentenceHasErrorCondition
public SentenceHasErrorCondition()
-
-
Method Details
-
fire
Description copied from interface:PreTransitionCondition
can the transition be done?- Specified by:
fire
in interfaceChatCondition
- Specified by:
fire
in 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
-