Class PlayerOwnsItemIncludingBankCondition
java.lang.Object
games.stendhal.server.entity.npc.condition.PlayerOwnsItemIncludingBankCondition
- All Implemented Interfaces:
ChatCondition
,PreTransitionCondition
@Dev(category=ITEMS_OWNED,
label="Item?")
public class PlayerOwnsItemIncludingBankCondition
extends Object
implements ChatCondition
Does the player owns a item (including the bank)?
-
Constructor Summary
ConstructorDescriptionPlayerOwnsItemIncludingBankCondition(String itemName)
Creates a new PlayerOwnsItemIncludingBankCondition.PlayerOwnsItemIncludingBankCondition(String itemName, int amount)
Creates a new PlayerOwnsItemIncludingBankCondition. -
Method Summary
-
Constructor Details
-
PlayerOwnsItemIncludingBankCondition
Creates a new PlayerOwnsItemIncludingBankCondition.- Parameters:
itemName
- name of item
-
PlayerOwnsItemIncludingBankCondition
@Dev public PlayerOwnsItemIncludingBankCondition(String itemName, @Dev(defaultValue="1") int amount)Creates a new PlayerOwnsItemIncludingBankCondition.- Parameters:
itemName
- name of itemamount
- required amount
-
-
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
-