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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonTurnReached(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:
onTurnReachedin interfaceTurnListener- Parameters:
currentTurn- on which it is invoked
-