Class QuestSmallerThanCondition

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

@Dev(category=IGNORE, label="State?") public class QuestSmallerThanCondition extends Object implements ChatCondition
Is this quest state smaller than the value in this condition?
  • Constructor Details

    • QuestSmallerThanCondition

      public QuestSmallerThanCondition(String questname, int state)
      Creates a new QuestSmallerThanCondition.
      Parameters:
      questname - name of quest-slot
      state - constant value to compare to
    • QuestSmallerThanCondition

      public QuestSmallerThanCondition(String questname, int index, int state)
      Creates a new QuestSmallerThanCondition.
      Parameters:
      questname - name of quest-slot
      index - index of sub state
      state - constant value to compare to
    • QuestSmallerThanCondition

      public QuestSmallerThanCondition(String questname, int index, int state, boolean acceptEmpty)
      Creates a new QuestSmallerThanCondition.
      Parameters:
      questname - name of quest-slot
      index - index of sub state
      state - constant value to compare to
      acceptEmpty - accept an empty quest state
  • Method Details

    • fire

      public boolean fire(Player player, Sentence sentence, Entity entity)
      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
      entity - the NPC doing the transition
      Returns:
      true, if the transition is possible, false otherwise
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • hashCode

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

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