Class TriggerExactlyInListCondition
java.lang.Object
games.stendhal.server.entity.npc.condition.TriggerExactlyInListCondition
- All Implemented Interfaces:
ChatCondition
,PreTransitionCondition
@Dev(category=CHAT,
label="\"\"?")
public class TriggerExactlyInListCondition
extends Object
implements ChatCondition
Was one of these trigger phrases said exactly ignoring case? (Use with a ""-trigger in npc.add)
-
Constructor Summary
ConstructorDescriptionTriggerExactlyInListCondition(String... trigger)
Creates a new TriggerExactlyInListCondition.TriggerExactlyInListCondition(List<String> triggers)
Creates a new TriggerExactlyInListCondition. -
Method Summary
-
Constructor Details
-
TriggerExactlyInListCondition
Creates a new TriggerExactlyInListCondition.- Parameters:
trigger
- list of triggers
-
TriggerExactlyInListCondition
Creates a new TriggerExactlyInListCondition.- Parameters:
triggers
- list of triggers
-
-
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
-