Class PlayerVisitedZonesInRegionCondition

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

@Dev(category=IGNORE, label="Zone?") public class PlayerVisitedZonesInRegionCondition extends Object implements ChatCondition
Checks if player has visited certain zones in a region
Author:
madmetzger
  • Constructor Details

    • PlayerVisitedZonesInRegionCondition

      public PlayerVisitedZonesInRegionCondition(String region, Boolean exterior, Boolean aboveGround, Boolean accessible)
      Creates a new PlayerVisitedZonesCondition
      Parameters:
      region - the name of the region to consider
      exterior - outside zones? true, false, null
      aboveGround - above ground level? true, false, null
      accessible - is the zone reachable by players? true, false, null
    • PlayerVisitedZonesInRegionCondition

      public PlayerVisitedZonesInRegionCondition(String region, Boolean exterior, Boolean aboveGround)
      Creates a new PlayerVisitedZonesCondition
      Parameters:
      region - the name of the region to consider
      exterior - outside zones? true, false, null
      aboveGround - above ground level? true, false, null
  • Method Details