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 Summary
ConstructorsConstructorDescriptionPlayerHasStorableEntityCondition(StorableEntityList<?> storeableEntityList) creates a PlayerHasStorableEntityCondition -
Method Summary
-
Constructor Details
-
PlayerHasStorableEntityCondition
creates a PlayerHasStorableEntityCondition- Parameters:
storeableEntityList- list to analyze
-
-
Method Details
-
fire
Description copied from interface:PreTransitionConditioncan the transition be done?- Specified by:
firein interfaceChatCondition- Specified by:
firein interfacePreTransitionCondition- Parameters:
player- player who caused the transitionsentence- text he/she saidentity- the NPC doing the transition- Returns:
- true, if the transition is possible, false otherwise
-
toString
-
hashCode
public int hashCode() -
equals
-