Class ZoneNotifier
java.lang.Object
games.stendhal.server.core.events.ZoneNotifier
Manages messages based on entering a new zone.
- Author:
- kymara (based on Tutorial Notifier by hendrik)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidzoneChange(Player player, String sourceZone, String destinationZone) Zone changes.
-
Constructor Details
-
ZoneNotifier
public ZoneNotifier()
-
-
Method Details
-
zoneChange
Zone changes.- Parameters:
player- PlayersourceZone- source zonedestinationZone- destination zone
-