Package games.stendhal.server.core.events
package games.stendhal.server.core.events
-
ClassDescriptionDelays the sending of text until the next turn (to work around problems like zone changes).Equipable Entities implement this interface EquipListener.Sends a private message to a player after a short delay, and if they weren't online, uses postmanImplementing classes can be notified that a player has logged in.Other classes can register here to be notified when a player logs in.Implementing classes can be notified that a player has logged out.Other classes can register here to be notified when a player logs out.Objects that monitor being moved over an area in a zone.Implementing classes can be notified that a player teleported.Other classes can register here to be notified on teleportsImplementing classes can be notified that a certain turn number has been reached.a TurnListener decorator.Other classes can register here to be notified at some time in the future.Event types used in the tutorial.manages the tutorial based on events created all over the game.Implementing classes will be called back when a player uses them.Event types used in the new Zone notifier.Manages messages based on entering a new zone.