Package dev.twilite.game.facade
Enum Class BankLocation
- All Implemented Interfaces:
Serializable,Comparable<BankLocation>,Constable
Known withdrawable bank locations.
Deposit boxes are intentionally excluded because they cannot satisfy normal withdrawal loadouts.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Field Summary
FieldsModifier and TypeFieldDescription -
Method Summary
Modifier and TypeMethodDescriptionstatic List<BankLocation> Returns all currently unlocked bank locations.coord()booleanInteracts with this bank if its configured object or NPC is currently loaded.static Optional<BankLocation> Returns the nearest unlocked withdrawable bank location by flat x/y tile distance.static Optional<BankLocation> Returns the nearest unlocked withdrawable bank location by flat x/y tile distance.booleannpc()booleanunlocked()static BankLocationReturns the enum constant of this class with the specified name.static BankLocation[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
Enum Constant Details
-
LUMBRIDGE_CASTLE
-
FALADOR_WEST
-
FALADOR_EAST
-
VARROCK_WEST
-
VARROCK_EAST
-
ARDOUGNE_NORTH
-
ARDOUGNE_SOUTH
-
EDGEVILLE
-
DRAYNOR
-
AL_KHARID
-
SEERS_VILLAGE
-
CATHERBY
-
YANILLE
-
FISHING_GUILD
-
MINING_GUILD
-
WOODCUTTING_GUILD
-
FARMING_GUILD
-
CRAFTING_GUILD
-
HUNTER_GUILD
-
WARRIORS_GUILD
-
GRAND_EXCHANGE
-
LOVAKENGJ_HOUSE
-
HOSIDIUS_HOUSE
-
SHAYZIEN_HOUSE
-
ARCEUUS_HOUSE
-
PISCARILIUS_HOUSE
-
SHAYZIEN_ENCAMPMENT
-
LLETYA
-
MOTHERLODE_MINE
-
ZANARIS
-
KOUREND_CASTLE
-
PRIFDDINAS_NORTH
-
PRIFDDINAS_SOUTH
-
SOPHANEM
-
GNOME_STRONGHOLD_TREE
-
GNOME_STRONGHOLD_WEST
-
GNOME_STRONGHOLD_SOUTH
-
CORSAIR_COVE
-
SHILO_VILLAGE
-
HOSIDIUS_VINERY
-
HOSIDIUS_MESS
-
PORT_KHAZARD
-
ZEAH_SHORE
-
SHANTAY_PASS
-
CASTLE_WARS
-
WINTERTODT
-
BARBARIAN_ASSAULT
-
BLAST_FURNACE
-
FEROX_ENCLAVE
-
CHAMBERS_OF_XERIC
-
SEPULCHRE_WEST
-
SEPULCHRE_EAST
-
MOUNT_KARUULM
-
DUEL_ARENA
-
CAMELOT_PVP
-
LUMBRIDGE_PVP
-
EDGEVILLE_PVP
-
FALADOR_PVP
-
MISCELLANIA
-
TZHAAR_CAVES
-
BURTHORPE
-
JATIZSO
-
NEITIZNOT
-
CANIFIS
-
BURGH_DE_ROTT
-
CHARCOAL_BURNERS
-
VER_SINHAZA
-
PORT_PHASMATYS
-
VOID_KNIGHT_OUTPOST
-
BLAST_MINE_SOUTH_EAST
-
BLAST_MINE_SOUTH_WEST
-
BLAST_MINE_NORTH_EAST
-
BLAST_MINE_NORTH_WEST
-
VOLCANIC_MINE
-
DRIFT_NET_FISHING
-
TOMBS_OF_AMASCUT
-
ALCHEMICAL_SOCIETY
-
ALDARIN
-
CAM_TORUM
-
AUBURNVALE
-
NEMUS_RETREAT
-
SOUL_WARS
-
GUARDIANS_OF_THE_RIFT
-
FORTIS_COLOSSEUM
-
CIVITAS_ILLA_FORTIS
-
QUETZACALLI_GORGE
-
TAL_TEKLAN
-
LANDS_END
-
RUINS_OF_UNKAH
-
FOSSIL_ISLAND
-
TEMPOROSS
-
MAGE_ARENA
-
GIANTS_FOUNDRY
-
MAGE_TRAINING_ARENA
-
MYTHS_GUILD
-
NARDAH
-
-
Field Details
-
OBJECT_OPTIONS
-
NPC_OPTIONS
-
NPC_NAMES
-
OBJECT_NAMES
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
allUnlocked
Returns all currently unlocked bank locations. -
nearestTo
Returns the nearest unlocked withdrawable bank location by flat x/y tile distance. -
nearestTo
Returns the nearest unlocked withdrawable bank location by flat x/y tile distance. -
coord
-
npc
public boolean npc() -
unlocked
public boolean unlocked() -
interactLoaded
public boolean interactLoaded()Interacts with this bank if its configured object or NPC is currently loaded.
-