Class OutfitChangerBehaviour.ExpireOutfit
java.lang.Object
games.stendhal.server.entity.npc.behaviour.impl.OutfitChangerBehaviour.ExpireOutfit
- All Implemented Interfaces:
TurnListener
- Enclosing class:
- OutfitChangerBehaviour
removes the special outfit after it outwore.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidonTurnReached(int currentTurn) This method is called when the turn number is reached.
-
Constructor Details
-
ExpireOutfit
creates a OutwearClothes turn listener- Parameters:
playerName- of player
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
onTurnReached
public void onTurnReached(int currentTurn) Description copied from interface:TurnListenerThis method is called when the turn number is reached.- Specified by:
onTurnReachedin interfaceTurnListener- Parameters:
currentTurn- current turn number
-