Class QuestCompletedSellerBehaviour
java.lang.Object
games.stendhal.common.grammar.ItemParser
games.stendhal.server.entity.npc.behaviour.impl.Behaviour
games.stendhal.server.entity.npc.behaviour.impl.TransactionBehaviour
games.stendhal.server.entity.npc.behaviour.impl.MerchantBehaviour
games.stendhal.server.entity.npc.behaviour.impl.SellerBehaviour
games.stendhal.server.entity.npc.behaviour.impl.QuestCompletedSellerBehaviour
-
Field Summary
Fields inherited from class games.stendhal.server.entity.npc.behaviour.impl.SellerBehaviour
BAD_BOY_BUYING_PENALTYFields inherited from class games.stendhal.server.entity.npc.behaviour.impl.MerchantBehaviour
priceCalculatorFields inherited from class games.stendhal.common.grammar.ItemParser
itemNames -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiona chat action that is executed in case transaction are not possiblea chat condition that checks whether transactions are possible at allMethods inherited from class games.stendhal.server.entity.npc.behaviour.impl.SellerBehaviour
getAskedItem, getAskedItem, transactAgreedDeal, updatePlayerTransactionsMethods inherited from class games.stendhal.server.entity.npc.behaviour.impl.MerchantBehaviour
addConditions, dealtItems, getCharge, getItemNames, getUnitPrice, hasItemMethods inherited from class games.stendhal.common.grammar.ItemParser
getErrormessage, parse
-
Constructor Details
-
QuestCompletedSellerBehaviour
-
-
Method Details
-
getTransactionCondition
Description copied from class:Behavioura chat condition that checks whether transactions are possible at all- Overrides:
getTransactionConditionin classBehaviour- Returns:
- ChatCondition
-
getRejectedTransactionAction
Description copied from class:Behavioura chat action that is executed in case transaction are not possible- Overrides:
getRejectedTransactionActionin classBehaviour- Returns:
- ChatAction
-