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