Package net.storm.api.events
Class PostAutomatedInteraction
java.lang.Object
net.storm.api.events.PostAutomatedInteraction
An event fired after an automated menu interaction has been executed.
This event is triggered after the system has performed an automated menu entry interaction, such as clicking on an NPC, object, or item option. It allows plugins to react to completed interactions, log actions, or perform post-interaction processing.
This is a post-execution event. For the pre-execution event, see AutomatedInteraction.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PostAutomatedInteraction
public PostAutomatedInteraction()
-