Uses of Class
org.rspeer.game.adapter.component.inventory.Bank.Location
-
Packages that use Bank.Location Package Description org.rspeer.game.adapter.component.inventory org.rspeer.game.component -
-
Uses of Bank.Location in org.rspeer.game.adapter.component.inventory
Methods in org.rspeer.game.adapter.component.inventory that return Bank.Location Modifier and Type Method Description static Bank.LocationBank.Location. getNearest()static Bank.LocationBank.Location. getNearest(Predicate<Bank.Location> predicate)static Bank.LocationBank.Location. getNearestBooth()static Bank.LocationBank.Location. getNearestChest()static Bank.LocationBank.Location. getNearestDepositBox()static Bank.LocationBank.Location. getNearestNpc()static Bank.LocationBank.Location. getNearestTo(Predicate<Bank.Location> predicate, SceneNode to)static Bank.LocationBank.Location. getNearestTo(SceneNode to)static Bank.LocationBank.Location. getNearestWithdrawable()static Bank.LocationBank.Location. valueOf(String name)Returns the enum constant of this type with the specified name.static Bank.Location[]Bank.Location. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.rspeer.game.adapter.component.inventory that return types with arguments of type Bank.Location Modifier and Type Method Description static List<Bank.Location>Bank.Location. getValidLocations()Methods in org.rspeer.game.adapter.component.inventory with parameters of type Bank.Location Modifier and Type Method Description static booleanBank. open(Bank.Location loc)Walks to the bank using the web and opens it.static booleanBank. open(Bank.Location loc, boolean strict)Walks to the bank using the web and opens it.Method parameters in org.rspeer.game.adapter.component.inventory with type arguments of type Bank.Location Modifier and Type Method Description static Bank.LocationBank.Location. getNearest(Predicate<Bank.Location> predicate)static Bank.LocationBank.Location. getNearestTo(Predicate<Bank.Location> predicate, SceneNode to) -
Uses of Bank.Location in org.rspeer.game.component
Methods in org.rspeer.game.component with parameters of type Bank.Location Modifier and Type Method Description static booleanDepositBox. open(Bank.Location loc)Walks to the deposit box using the web and opens it.static booleanDepositBox. open(Bank.Location loc, boolean strict)Walks to the deposit box using the web and opens it.
-