Class AgeGreaterThanCondition

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

@Dev(category=STATS, label="Age?") public class AgeGreaterThanCondition extends Object implements ChatCondition
Is the player's age greater than the specified age?
  • Constructor Details

    • AgeGreaterThanCondition

      public AgeGreaterThanCondition(int age)
      Creates a new AgeGreaterThanCondition.
      Parameters:
      age - age
  • Method Details