Class GreetingMatchesNameCondition
java.lang.Object
games.stendhal.server.entity.npc.condition.GreetingMatchesNameCondition
- All Implemented Interfaces:
ChatCondition
,PreTransitionCondition
@Dev(category=CHAT,
label="\"\"?")
public class GreetingMatchesNameCondition
extends Object
implements ChatCondition
Checks if an optional subject in the user input matches the NPC name. Use with greeting messages in IDLE state at busy places.
-
Constructor Summary
ConstructorDescriptionCreates a new GreetingMatchesNameCondition. -
Method Summary
-
Constructor Details
-
GreetingMatchesNameCondition
Creates a new GreetingMatchesNameCondition.- Parameters:
name
- name to match against
-
-
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
-