Package net.storm.api.events
Class GraphicChanged
java.lang.Object
net.storm.api.events.GraphicChanged
An event fired when an actor's graphic (spot animation) changes.
This event is triggered whenever an NPC or player displays a new graphic effect, also known as a spot animation or SpotAnim. Graphics are visual effects that play on actors, such as spell impacts, prayer effects, teleportation animations, or special attack visuals.
Common use cases include:
- Detecting spell casts and their targets
- Monitoring prayer activation effects
- Tracking special attack usage
- Identifying teleportation attempts
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GraphicChanged
public GraphicChanged()
-