Class TriggerIsProducedItemOfClassCondition
java.lang.Object
games.stendhal.server.entity.npc.condition.TriggerIsProducedItemOfClassCondition
- All Implemented Interfaces:
ChatCondition
,PreTransitionCondition
@Dev(category=ITEMS_PRODUCER,
label="Item?")
public class TriggerIsProducedItemOfClassCondition
extends Object
implements ChatCondition
Was a trigger phrase said, which is a produced item of this class? (Use with a ""-trigger in npc.add)
-
Constructor Summary
ConstructorDescriptionCreates a new TriggerIsProducedItemOfClassCondition. -
Method Summary
-
Constructor Details
-
TriggerIsProducedItemOfClassCondition
Creates a new TriggerIsProducedItemOfClassCondition.- Parameters:
clazz
- produced item class to check for
-
-
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
-