Class PlayerGotNumberOfItemsFromWellCondition

java.lang.Object
games.stendhal.server.entity.npc.condition.PlayerGotNumberOfItemsFromWellCondition
All Implemented Interfaces:
ChatCondition, PreTransitionCondition

@Dev(category=ITEMS_LOOTED, label="Item?") public class PlayerGotNumberOfItemsFromWellCondition extends Object implements ChatCondition
Did the player get at least this number of items from the wishing well?
Author:
madmetzger
  • Constructor Details

    • PlayerGotNumberOfItemsFromWellCondition

      public PlayerGotNumberOfItemsFromWellCondition(int quantity)
      PlayerGotNumberOfItemsFromWellCondition
      Parameters:
      quantity - required number of items
  • Method Details