Package com.epicbot.api.shared.methods
Interface IMenuAPI
public interface IMenuAPI
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleangetArea()intintintgetItemArea(int index) getItems()getLocationOf(String action) getLocationOf(String action, String option) intgetSize()intgetWidth()intgetX()intgetY()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanisOpen()booleanWhether the menu actions will use doAction() for the actual interactions.
-
Method Details
-
isUseDoAction
boolean isUseDoAction()Whether the menu actions will use doAction() for the actual interactions. If false, it will use click(). -
interact
-
interact
-
interact
-
interact
-
closeMenu
boolean closeMenu() -
getActions
-
getOptions
-
getItems
-
contains
-
contains
-
getIndex
-
getIndex
-
getLocationOf
-
getLocationOf
-
getSize
int getSize() -
isOpen
boolean isOpen() -
getX
int getX() -
getY
int getY() -
getWidth
int getWidth() -
getHeight
int getHeight() -
getLocation
Point getLocation() -
getArea
Rectangle getArea() -
getItemArea
-