Class PlayerHasItemdataItemWithHimCondition
java.lang.Object
games.stendhal.server.entity.npc.condition.PlayerHasItemdataItemWithHimCondition
- All Implemented Interfaces:
ChatCondition,PreTransitionCondition
@Dev(category=ITEMS_OWNED,
label="Item?")
public class PlayerHasItemdataItemWithHimCondition
extends Object
implements ChatCondition
Does the player carry the specified item with the specified itemdata?
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPlayerHasItemdataItemWithHimCondition(String itemName, String itemdata) Creates a new PlayerHasItemdataItemWithHimCondition. -
Method Summary
-
Constructor Details
-
PlayerHasItemdataItemWithHimCondition
Creates a new PlayerHasItemdataItemWithHimCondition.- Parameters:
itemName- name of itemitemdata- itemdata to check
-
-
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
-