Class ReverseArrow.FinishNotifier
java.lang.Object
games.stendhal.server.maps.quests.ReverseArrow.FinishNotifier
- All Implemented Interfaces:
TurnListener
- Enclosing class:
- ReverseArrow
Teleports the player out.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onTurnReached(int currentTurn)
invoked shortly after the player did his job.
-
Constructor Details
-
FinishNotifier
-
-
Method Details
-
onTurnReached
public void onTurnReached(int currentTurn)invoked shortly after the player did his job.- Specified by:
onTurnReached
in interfaceTurnListener
- Parameters:
currentTurn
- on which it is invoked
-