Class AdventureIslandRemover
java.lang.Object
games.stendhal.server.maps.magic.house1.AdventureIslandRemover
- All Implemented Interfaces:
TurnListener
removes the island
-
Constructor Summary
ConstructorsConstructorDescriptioncreates a new AdventureIslandRemover -
Method Summary
Modifier and TypeMethodDescriptionvoidonTurnReached(int currentTurn)This method is called when the turn number is reached.
-
Constructor Details
-
AdventureIslandRemover
creates a new AdventureIslandRemover- Parameters:
zone- StendhalRPZone
-
-
Method Details
-
onTurnReached
public void onTurnReached(int currentTurn)Description copied from interface:TurnListenerThis method is called when the turn number is reached.- Specified by:
onTurnReachedin interfaceTurnListener- Parameters:
currentTurn- current turn number
-