Uses of Enum Class
org.rspeer.game.adapter.component.inventory.Bank.Location
Packages that use Bank.Location
-
Uses of Bank.Location in org.rspeer.game.adapter.component.inventory
Subclasses with type arguments of type Bank.Location in org.rspeer.game.adapter.component.inventoryMethods in org.rspeer.game.adapter.component.inventory that return Bank.LocationModifier and TypeMethodDescriptionstatic 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.LocationReturns the enum constant of this class with the specified name.static Bank.Location[]Bank.Location.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.rspeer.game.adapter.component.inventory that return types with arguments of type Bank.LocationMethods in org.rspeer.game.adapter.component.inventory with parameters of type Bank.LocationModifier and TypeMethodDescriptionstatic 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.LocationModifier and TypeMethodDescriptionstatic 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.LocationModifier and TypeMethodDescriptionstatic 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.