Namespace Fibula.Mechanics.Notifications
Classes
AnimatedTextNotification
Class that represents a notification for animated effects.
CreatureMovedNotification
Class that represents a notification for when a creature has moved.
CreatureRemovedNotification
Class that represents a notification for a creature being removed.
CreatureSpeechNotification
Class that represents a notification for a creature speech.
CreatureTurnedNotification
Class that represents a notification for when a creature has turned.
GenericNotification
Class that represents a generic notification.
MagicEffectNotification
Class that represents a notification for magic effects.
Notification
Abstract class that represents a notification to a player's connection. Notifications are basically any message that the server sends to the client of a specific player.
NotificationContext
Class that represents a context for notifications.
TextMessageNotification
Class that represents a notification for text messages.
TileUpdatedNotification
Class that represents a notification for a tile update.
WorldLightChangedNotification
Class that represents a notification for a world light change.