Class AutomatedClick

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

public class AutomatedClick extends Object
An event fired before an automated mouse click is executed.

This event is triggered when the system is about to perform an automated click action at specific screen coordinates. It allows plugins to intercept, modify, or monitor automated click operations before they occur.

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

See Also:
  • Constructor Details

    • AutomatedClick

      public AutomatedClick()