Enum Class Bank.Location
- All Implemented Interfaces:
Serializable, Comparable<Bank.Location>, Constable
- Enclosing class:
Bank
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThere's a naming conflict with bank and deposit box location ,as a quick fix I just added "_DB" to the deposit box constant name -
Method Summary
Modifier and TypeMethodDescriptiongetCoord()getName()static Bank.Locationstatic Bank.LocationgetNearest(Predicate<Bank.Location> predicate) static Bank.Locationstatic Bank.Locationstatic Bank.Locationstatic Bank.Locationstatic Bank.LocationgetNearestTo(Predicate<Bank.Location> predicate, SceneNode to) static Bank.Locationstatic Bank.LocationDeprecated.getType()static List<Bank.Location> static Bank.LocationReturns the enum constant of this class with the specified name.static Bank.Location[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class 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
-
GRAND_EXCHANGE
-
LOVAKENGJ_HOUSE
-
HOSIDIUS_HOUSE
-
SHAYZIEN_HOUSE
-
SHAYZIEN_ENCAMPMENT
-
ARCEUUS_HOUSE
-
PISCARILIUS_HOUSE
-
LLETYA
-
MOTHERLODE_MINE
-
ZANARIS
-
KOUREND_CASTLE
-
CRAFTING_GUILD
-
PRIFF_NORTH
-
PRIFF_SOUTH
-
SOPHANEM
-
GNOME_STRONGHOLD
-
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
-
VARLAMORE
-
DUEL_ARENA
-
CAMELOT_PVP
-
LUMBRIDGE_PVP
-
EDGEVILLE_PVP
-
FALADOR_PVP
-
MISCELLANIA
-
FIGHT_CAVES
-
BURTHORPE
-
SHILO_VILLAGE_DB
There's a naming conflict with bank and deposit box location ,as a quick fix I just added "_DB" to the deposit box constant name -
SHILO_VILLAGE_GEM_MINE_DB
-
MINING_GUILD_DB
-
FARMING_GUILD_DB
-
CATHERBY_DB
-
YANILLE_DB
-
EDGEVILLE_DB
-
PORT_SARIM_DB
-
VARROCK_WEST_DB
-
FALADOR_EAST_DB
-
FALADOR_WEST_DB
-
SEERS_VILLAGE_DB
-
ARDOUGNE_NORTH_DB
-
ARDOUGNE_SOUTH_DB
-
DRAYNOR_VILLAGE_DB
-
LUMBRIDGE_TOP_DB
-
KHAZARD_DB
-
CHAMBERS_OF_XERIC_DB
-
MOUNT_KARUULM_DB
-
BLAST_FURNACE_DB
-
JATIZSO
-
NEITIZNOT
-
CANIFIS
-
BURGH_DE_ROTT_BANK
-
VER_SINHAZA_BANK
-
PORT_PHASMATYS_BANK
-
VOID_KNIGHT_OUTPOST
-
BLAST_MINE_SOUTH_EAST
-
BLAST_MINE_SOUTH_WEST
-
BLAST_MINE_NORTH_EAST
-
BLAST_MINE_NORTH_WEST
-
VOLCANIC_MINE
-
DRIFT_NET_BANK_CHEST_WRECK
-
TOMBS_OF_AMASCUT_CAMEL
-
ALCHEMICAL_SOCIETY
-
ALDARIN
-
CAM_TORUM
-
WARRIORS_GUILD
-
AUBURNVALE
-
NEMUS_RETREAT
-
SOUL_WARS
-
GUARDIANS_OF_THE_RIFT
-
FORTIS_COLOSSEUM
-
CIVITAS_ILLA_FORTIS
-
HUNTER_GUILD
-
QUETZACALLI_GORGE
-
TAL_TEKLAN
-
LANDS_END
-
RUINS_OF_UNKAH
-
FOSSIL_ISLAND
-
TEMPOROSS
-
MAGE_ARENA
-
-
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
-
getNearestTo
-
getNearestTo
-
getNearest
-
getNearestWithdrawable
-
getNearestDepositBox
-
getNearestChest
-
getNearestBooth
-
getNearestNpc
-
getNearest
-
getValidLocations
-
getPosition
Deprecated. -
getCoord
-
getType
-
getName
-
getAction
-
getCondition
-