Package com.epicbot.api.shared.methods
Interface IBankAPI
public interface IBankAPI
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumstatic enum -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbooleanclose()booleanclose(boolean useEsc) booleancontains(int... ids) booleanbooleanbooleancontainsAll(int... ids) booleancontainsAll(String... names) booleandeposit(int count, int... ids) booleanbooleanbooleandepositAll(int... ids) booleandepositAll(String... names) booleandepositAll(Predicate<Item> filter) booleandepositAllExcept(int... ids) booleandepositAllExcept(String... names) booleandepositAllExcept(Predicate<Item> filter) booleanbooleanList<? extends ItemWidget> getAll(BankQueryRequest request) intgetCount()intgetCount(int... ids) intintgetItem(int... ids) getItemAt(int index) List<? extends ItemWidget> getItems()List<? extends ItemWidget> getItemWidget(int index) booleaninteractItem(String action, int... ids) booleaninteractItem(String action, String... names) booleaninteractItem(String action, Predicate<Item> filter) booleanisOpen()booleanbooleanbooleanbooleanbooleanopen()booleanopen(boolean randomize) query()booleanbooleanbooleanwithdraw(int count, int... ids) booleanbooleanbooleanwithdrawAll(int... ids) booleanwithdrawAll(String... names) booleanwithdrawAll(Predicate<Item> filter) booleanwithdrawAny(int count, int... ids) booleanwithdrawAny(int count, String... names)
-
Field Details
-
FILTER_ANY
-
FILTER_NO_PLACEHOLDER
-
-
Method Details
-
isReachable
boolean isReachable() -
isVisible
boolean isVisible() -
isOpen
boolean isOpen() -
open
boolean open() -
open
boolean open(boolean randomize) -
close
boolean close() -
close
boolean close(boolean useEsc) -
getItemWidget
-
getItems
List<? extends ItemWidget> getItems() -
getItems
-
getItem
-
getItem
-
getItem
-
getItemAt
-
getCount
int getCount() -
getCount
int getCount(int... ids) -
getCount
-
getCount
-
contains
boolean contains(int... ids) -
contains
-
contains
-
containsAll
boolean containsAll(int... ids) -
containsAll
-
deposit
boolean deposit(int count, int... ids) -
deposit
-
deposit
-
depositAll
boolean depositAll(int... ids) -
depositAll
-
depositAll
-
depositAllExcept
boolean depositAllExcept(int... ids) -
depositAllExcept
-
depositAllExcept
-
depositInventory
boolean depositInventory() -
depositEquipment
boolean depositEquipment() -
withdrawAny
boolean withdrawAny(int count, int... ids) -
withdrawAny
-
withdraw
boolean withdraw(int count, int... ids) -
withdraw
-
withdraw
-
withdrawAll
boolean withdrawAll(int... ids) -
withdrawAll
-
withdrawAll
-
interactItem
-
interactItem
-
interactItem
-
query
BankQueryBuilder query()
-