Package net.storm.api.events
Class AutomatedClick
java.lang.Object
net.storm.api.events.AutomatedClick
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
AutomatedClick
public AutomatedClick()
-