Class PlayerHasStorableEntityCondition

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

@Dev(category=IGNORE) public class PlayerHasStorableEntityCondition extends Object implements ChatCondition
Is there a storable entity in the specified list that has name of the current player as identifier?
  • Constructor Details

    • PlayerHasStorableEntityCondition

      public PlayerHasStorableEntityCondition(StorableEntityList<?> storeableEntityList)
      creates a PlayerHasStorableEntityCondition
      Parameters:
      storeableEntityList - list to analyze
  • Method Details