Enum RSBank

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<RSBank>

    public enum RSBank
    extends java.lang.Enum<RSBank>
    • Enum Constant Detail

      • 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
    • Method Detail

      • values

        public static RSBank[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (RSBank c : RSBank.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static RSBank valueOf​(java.lang.String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • getTile

        public Tile getTile()
      • getName

        public java.lang.String getName()