Package net.storm.api.interact
Class WidgetAction
java.lang.Object
net.storm.api.interact.WidgetAction
- All Implemented Interfaces:
Automation
Represents an automated widget interaction action.
This automation action performs interactions with UI widgets in the game interface. Widgets include inventory slots, bank items, spell buttons, equipment slots, and other interface components.
The widget action uses the game's widget ID system where:
componentIdidentifies the widget (parent invalid input: '<'invalid input: '<' 16 | child)indexidentifies the slot within the widget (for containers)itemIdidentifies the item in that slot (if applicable)identifierspecifies the action type
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
WidgetAction
public WidgetAction()
-