Package com.epicbot.api.shared.methods
Interface IStoreAPI
public interface IStoreAPI
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbuyFifty(int... ids) booleanbooleanbuyFifty(Predicate<WidgetChild> predicate) booleanbuyFive(int... ids) booleanbooleanbuyFive(Predicate<WidgetChild> predicate) booleanbuyOne(int... ids) booleanbooleanbuyOne(Predicate<WidgetChild> predicate) booleanbuyTen(int... ids) booleanbooleanbuyTen(Predicate<WidgetChild> predicate) booleanclose()booleanclose(boolean useEsc) booleancontains(int... ids) booleanbooleancontains(Predicate<WidgetChild> filter) booleancontainsAll(int... ids) booleancontainsAll(String... names) intgetCount(int... ids) intintgetCount(Predicate<WidgetChild> filter) getItem(int... ids) getItem(Predicate<WidgetChild> filter) List<? extends WidgetChild> getItems()List<? extends WidgetChild> getItems(Predicate<WidgetChild> filter) booleanisOpen()booleansellFifty(int... ids) booleanbooleanbooleansellFive(int... ids) booleanbooleanbooleansellOne(int... ids) booleanbooleanbooleansellTen(int... ids) booleanboolean
-
Method Details
-
isOpen
boolean isOpen() -
close
boolean close() -
close
boolean close(boolean useEsc) -
getItems
List<? extends WidgetChild> getItems() -
getItems
-
getItem
-
getItem
-
getItem
-
getCount
int getCount(int... ids) -
getCount
-
getCount
-
contains
boolean contains(int... ids) -
contains
-
contains
-
containsAll
boolean containsAll(int... ids) -
containsAll
-
buyOne
-
buyOne
boolean buyOne(int... ids) -
buyOne
-
buyFive
-
buyFive
boolean buyFive(int... ids) -
buyFive
-
buyTen
-
buyTen
boolean buyTen(int... ids) -
buyTen
-
buyFifty
-
buyFifty
boolean buyFifty(int... ids) -
buyFifty
-
sellOne
-
sellOne
boolean sellOne(int... ids) -
sellOne
-
sellFive
-
sellFive
boolean sellFive(int... ids) -
sellFive
-
sellTen
-
sellTen
boolean sellTen(int... ids) -
sellTen
-
sellFifty
-
sellFifty
boolean sellFifty(int... ids) -
sellFifty
-