Package com.epicbot.api.shared.methods
Interface IWidgetsAPI
public interface IWidgetsAPI
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleancloseInterface(boolean useEsc) get(int groupIndex) get(int groupIndex, int childIndex) get(WidgetInfo widgetInfo) getAll()getAll(WidgetChildQueryRequest request) getAllChildren(Predicate<WidgetChild> filter) getChild(int packedId) booleanquery()booleanscroll(WidgetChild widgetChild, WidgetChild scrollBar)
-
Method Details
-
getAll
List<WidgetGroup> getAll() -
getAllChildren
-
get
-
get
-
getChild
-
isInterfaceOpen
boolean isInterfaceOpen() -
closeInterface
boolean closeInterface() -
closeInterface
boolean closeInterface(boolean useEsc) -
query
WidgetChildQueryBuilder query()
-