Class StatusRemover

java.lang.Object
games.stendhal.server.entity.status.StatusRemover
All Implemented Interfaces:
TurnListener

public class StatusRemover extends Object implements TurnListener
removes a status
Author:
hendrik
  • Constructor Details

    • StatusRemover

      public StatusRemover(StatusList statusList, Status status)
      StatusRemover
      Parameters:
      statusList - statusList to remove a status from
      status - status to remove
  • Method Details

    • 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 interface TurnListener
      Parameters:
      currentTurn - current turn number