Class AutomatedInteraction

java.lang.Object
net.storm.api.events.AutomatedInteraction

public class AutomatedInteraction extends Object
An event fired before an automated menu interaction is executed.

This event is triggered when the system is about to perform an automated menu entry interaction, such as clicking on an NPC, object, or item option. It allows plugins to intercept, modify, or monitor automated interactions before they occur.

This is a pre-execution event. For the post-execution event, see PostAutomatedInteraction.

See Also:
  • Constructor Details

    • AutomatedInteraction

      public AutomatedInteraction()