Enum JewelryBox

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

    public enum JewelryBox
    extends java.lang.Enum<JewelryBox>
    implements Teleport
    Not currently implemented
    • Enum Constant Detail

      • BARBARIAN_ASSAULT

        public static final JewelryBox BARBARIAN_ASSAULT
      • BURTHORPE_GAMES_ROOM

        public static final JewelryBox BURTHORPE_GAMES_ROOM
      • TEARS_OF_GUTHIX

        public static final JewelryBox TEARS_OF_GUTHIX
      • CORPOREAL_BEAST

        public static final JewelryBox CORPOREAL_BEAST
      • WINTERTODT_CAMP

        public static final JewelryBox WINTERTODT_CAMP
      • DUEL_ARENA

        public static final JewelryBox DUEL_ARENA
      • FEROX_ENCLAVE

        public static final JewelryBox FEROX_ENCLAVE
      • CASTLE_WARS

        public static final JewelryBox CASTLE_WARS
      • WARRIORS_GUILD

        public static final JewelryBox WARRIORS_GUILD
      • CHAMPIONS_GUILD

        public static final JewelryBox CHAMPIONS_GUILD
      • EDGEVILLE_MONASTERY

        public static final JewelryBox EDGEVILLE_MONASTERY
      • RANGING_GUILD

        public static final JewelryBox RANGING_GUILD
      • FISHING_GUILD_NECK

        public static final JewelryBox FISHING_GUILD_NECK
      • MINING_GUILD

        public static final JewelryBox MINING_GUILD
      • CRAFTING_GUILD

        public static final JewelryBox CRAFTING_GUILD
      • COOKING_GUILD

        public static final JewelryBox COOKING_GUILD
      • WOODCUTTING_GUILD

        public static final JewelryBox WOODCUTTING_GUILD
      • FARMING_GUILD

        public static final JewelryBox FARMING_GUILD
      • EDGEVILLE

        public static final JewelryBox EDGEVILLE
      • DRAYNOR_VILLAGE

        public static final JewelryBox DRAYNOR_VILLAGE
      • AL_KHARID

        public static final JewelryBox AL_KHARID
      • MISCELLANIA

        public static final JewelryBox MISCELLANIA
      • GRAND_EXCHANGE

        public static final JewelryBox GRAND_EXCHANGE
      • FALADOR_PARK

        public static final JewelryBox FALADOR_PARK
      • DONDAKAN

        public static final JewelryBox DONDAKAN
    • Method Detail

      • values

        public static JewelryBox[] 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 (JewelryBox c : JewelryBox.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static JewelryBox 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
      • execute

        public boolean execute()
        Specified by:
        execute in interface Teleport
      • getBoxLevel

        public int getBoxLevel()
      • getAction

        public java.lang.String getAction()
      • getX

        public int getX()
        Specified by:
        getX in interface Teleport
      • getY

        public int getY()
        Specified by:
        getY in interface Teleport
      • getZ

        public int getZ()
        Specified by:
        getZ in interface Teleport