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.Location
Bank.Location. getNearest()
static Bank.Location
Bank.Location. getNearest(Predicate<Bank.Location> predicate)
static Bank.Location
Bank.Location. getNearestBooth()
static Bank.Location
Bank.Location. getNearestChest()
static Bank.Location
Bank.Location. getNearestDepositBox()
static Bank.Location
Bank.Location. getNearestNpc()
static Bank.Location
Bank.Location. getNearestTo(Predicate<Bank.Location> predicate, SceneNode to)
static Bank.Location
Bank.Location. getNearestTo(SceneNode to)
static Bank.Location
Bank.Location. getNearestWithdrawable()
static Bank.Location
Bank.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 boolean
Bank. open(Bank.Location loc)
Walks to the bank using the web and opens it.static boolean
Bank. 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.Location
Bank.Location. getNearest(Predicate<Bank.Location> predicate)
static Bank.Location
Bank.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 boolean
DepositBox. open(Bank.Location loc)
Walks to the deposit box using the web and opens it.static boolean
DepositBox. open(Bank.Location loc, boolean strict)
Walks to the deposit box using the web and opens it.
-