Class LevelLessThanCondition

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

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

    • LevelLessThanCondition

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