Package net.storm.api.interact
Interface Automation
- All Known Implementing Classes:
AutomatedMenu,AutomatedMouse,InputDialogAction,RunnableAction,SleepAction,WidgetAction
public interface Automation
Marker interface for all automation actions that can be queued and executed.
The interaction system uses a queue-based architecture where various types of automation actions can be submitted for sequential execution. This interface serves as the common base type for all queueable actions.
Implementing classes include:
AutomatedMenu- Menu-based interactions (right-click options)AutomatedMouse- Direct mouse movement and click actionsInputDialogAction- Text input dialog submissionsRunnableAction- Arbitrary code execution during automationSleepAction- Delay/pause between actionsWidgetAction- Widget-specific interactions
- See Also: