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