Class LevelGreaterThanCondition

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

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

    • LevelGreaterThanCondition

      public LevelGreaterThanCondition(int level)
      Creates a new LevelGreaterThanCondition.
      Parameters:
      level - level
  • Method Details