Class PlayerHasShieldEquippedCondition

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

@Dev(category=ITEMS_OWNED, label="Item?") public class PlayerHasShieldEquippedCondition extends Object implements ChatCondition
Checks whether the player has a shield equipped
Author:
Lumocra
  • Constructor Details

    • PlayerHasShieldEquippedCondition

      public PlayerHasShieldEquippedCondition()
  • Method Details

    • fire

      public boolean fire(Player player, Sentence sentence, Entity npc)
      Description copied from interface: PreTransitionCondition
      can the transition be done?
      Specified by:
      fire in interface ChatCondition
      Specified by:
      fire in interface PreTransitionCondition
      Parameters:
      player - player who caused the transition
      sentence - text he/she said
      npc - the NPC doing the transition
      Returns:
      true, if the transition is possible, false otherwise
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object