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
-
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
void
onTurnReached(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:TurnListener
This method is called when the turn number is reached.- Specified by:
onTurnReached
in interfaceTurnListener
- Parameters:
currentTurn
- current turn number
-