Class StatusRemover
java.lang.Object
games.stendhal.server.entity.status.StatusRemover
- All Implemented Interfaces:
TurnListener
removes a status
- Author:
- hendrik
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonTurnReached(int currentTurn)This method is called when the turn number is reached.
-
Constructor Details
-
StatusRemover
StatusRemover- Parameters:
statusList- statusList to remove a status fromstatus- status to remove
-
-
Method Details
-
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
-