Enum Class RSBank

java.lang.Object
java.lang.Enum<RSBank>
com.epicbot.api.shared.webwalking.model.RSBank
All Implemented Interfaces:
Serializable, Comparable<RSBank>, Constable

public enum RSBank extends Enum<RSBank>
  • Enum Constant Details

    • FALADOR_WEST

      public static final RSBank FALADOR_WEST
    • FALADOR_EAST

      public static final RSBank FALADOR_EAST
    • EDGEVILLE

      public static final RSBank EDGEVILLE
    • GRAND_EXCHANGE

      public static final RSBank GRAND_EXCHANGE
    • VARROCK_WEST

      public static final RSBank VARROCK_WEST
    • VARROCK_EAST

      public static final RSBank VARROCK_EAST
    • AL_KHARID

      public static final RSBank AL_KHARID
    • LUMBRIDGE_TOP

      public static final RSBank LUMBRIDGE_TOP
    • DRAYNOR

      public static final RSBank DRAYNOR
    • SHAYZIEN_BANK

      public static final RSBank SHAYZIEN_BANK
    • VINERY_BANK

      public static final RSBank VINERY_BANK
    • LUNAR_ISLE

      public static final RSBank LUNAR_ISLE
    • BARBARIAN_OUTPOST

      public static final RSBank BARBARIAN_OUTPOST
    • GNOME_TREE_BANK_WEST

      public static final RSBank GNOME_TREE_BANK_WEST
    • GNOME_TREE_BANK_SOUTH

      public static final RSBank GNOME_TREE_BANK_SOUTH
    • MOTHERLODE

      public static final RSBank MOTHERLODE
    • PEST_CONTROL

      public static final RSBank PEST_CONTROL
    • DIHN_BANK

      public static final RSBank DIHN_BANK
    • ZANARIS

      public static final RSBank ZANARIS
    • CLAN_WARS

      public static final RSBank CLAN_WARS
    • DWARF_MINE_BANK

      public static final RSBank DWARF_MINE_BANK
    • BLAST_FURNACE_BANK

      public static final RSBank BLAST_FURNACE_BANK
    • ZEAH_SAND_BANK

      public static final RSBank ZEAH_SAND_BANK
    • GNOME_BANK

      public static final RSBank GNOME_BANK
    • ROGUES_DEN

      public static final RSBank ROGUES_DEN
    • ARCEUUS

      public static final RSBank ARCEUUS
    • BLAST_MINE

      public static final RSBank BLAST_MINE
    • LOVAKENGJ

      public static final RSBank LOVAKENGJ
    • SHAYZIEN

      public static final RSBank SHAYZIEN
    • HOSIDIUS

      public static final RSBank HOSIDIUS
    • LANDS_END

      public static final RSBank LANDS_END
    • PISCARILIUS

      public static final RSBank PISCARILIUS
    • CATHERBY

      public static final RSBank CATHERBY
    • CAMELOT

      public static final RSBank CAMELOT
    • DUEL_ARENA

      public static final RSBank DUEL_ARENA
    • ARDOUGNE_NORTH

      public static final RSBank ARDOUGNE_NORTH
    • ARGOUDNE_SOUTH

      public static final RSBank ARGOUDNE_SOUTH
    • CASTLE_WARS

      public static final RSBank CASTLE_WARS
    • YANILLE

      public static final RSBank YANILLE
    • TZHAAR

      public static final RSBank TZHAAR
    • CANIFIS

      public static final RSBank CANIFIS
    • SHANTY_PASS

      public static final RSBank SHANTY_PASS
    • WOODCUTTING_GUILD

      public static final RSBank WOODCUTTING_GUILD
    • SHILO_VILLAGE

      public static final RSBank SHILO_VILLAGE
    • SOPHANEM

      public static final RSBank SOPHANEM
    • LUMBRIDGE_BASEMENT

      public static final RSBank LUMBRIDGE_BASEMENT
    • FISHING_GUILD

      public static final RSBank FISHING_GUILD
    • MINING_GUILD_BANK

      public static final RSBank MINING_GUILD_BANK
    • FEROX_ENCLAVE

      public static final RSBank FEROX_ENCLAVE
    • AUBURNVALE

      public static final RSBank AUBURNVALE
    • FOSSIL_ISLAND

      public static final RSBank FOSSIL_ISLAND
  • Method Details

    • values

      public static RSBank[] 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

      public static RSBank valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • getTile

      public Tile getTile()
    • getName

      public String getName()