Package net.storm.api.events
Class InteractingChanged
java.lang.Object
net.storm.api.events.InteractingChanged
An event fired when an actor's interaction target changes.
This event is triggered when an NPC or player starts or stops interacting with another actor. Interactions include combat targeting, following, trading, or any other action that creates an interaction link between two actors.
Common use cases include:
- Detecting when the player is being attacked
- Tracking combat targets
- Monitoring NPC aggression
- Following player-to-player interactions
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
InteractingChanged
public InteractingChanged()
-