Enum Class Bank.Location
- All Implemented Interfaces:
Serializable
,Comparable<Bank.Location>
,Constable
- Enclosing class:
- Bank
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum 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 TypeMethodDescriptiongetName()
static Bank.Location
static Bank.Location
getNearest
(Predicate<Bank.Location> predicate) static Bank.Location
static Bank.Location
static Bank.Location
static Bank.Location
static Bank.Location
getNearestTo
(Predicate<Bank.Location> predicate, SceneNode to) static Bank.Location
static Bank.Location
getType()
static List<Bank.Location>
static Bank.Location
Returns 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 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
-
GRAND_EXCHANGE
-
LOVAKENGJ_HOUSE
-
HOSIDIUS_HOUSE
-
SHAYZIEN_HOUSE
-
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
-
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
-
BLAST_MINE_SOUTH_EAST
-
BLAST_MINE_SOUTH_WEST
-
BLAST_MINE_NORTH_EAST
-
BLAST_MINE_NORTH_WEST
-
-
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
-
getType
-
getName
-
getAction
-
getCondition
-