Class PoisonStatusTurnListener
java.lang.Object
games.stendhal.server.entity.status.PoisonStatusTurnListener
- All Implemented Interfaces:
TurnListener
poison turn listener
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
void
onTurnReached(int turn)
This method is called when the turn number is reached.
-
Constructor Details
-
PoisonStatusTurnListener
PoisonStatusTurnListener- Parameters:
statusList
- StatusList
-
-
Method Details
-
onTurnReached
public void onTurnReached(int turn)Description copied from interface:TurnListener
This method is called when the turn number is reached.- Specified by:
onTurnReached
in interfaceTurnListener
- Parameters:
turn
- current turn number
-
hashCode
public int hashCode() -
equals
-