Enum Lodestone

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

    @Deprecated
    public enum Lodestone
    extends java.lang.Enum<Lodestone>
    implements Locatable
    Deprecated.
    • Enum Constant Detail

      • ANACHRONIA

        public static final Lodestone ANACHRONIA
        Deprecated.
      • ASHDALE

        public static final Lodestone ASHDALE
        Deprecated.
      • BANDIT_CAMP

        public static final Lodestone BANDIT_CAMP
        Deprecated.
      • LUNAR_ISLE

        public static final Lodestone LUNAR_ISLE
        Deprecated.
      • AL_KHARID

        public static final Lodestone AL_KHARID
        Deprecated.
      • ARDOUGNE

        public static final Lodestone ARDOUGNE
        Deprecated.
      • BURTHORPE

        public static final Lodestone BURTHORPE
        Deprecated.
      • CATHERBY

        public static final Lodestone CATHERBY
        Deprecated.
      • DRAYNOR_VILLAGE

        public static final Lodestone DRAYNOR_VILLAGE
        Deprecated.
      • EDGEVILLE

        public static final Lodestone EDGEVILLE
        Deprecated.
      • FALADOR

        public static final Lodestone FALADOR
        Deprecated.
      • LUMBRIDGE

        public static final Lodestone LUMBRIDGE
        Deprecated.
      • PORT_SARIM

        public static final Lodestone PORT_SARIM
        Deprecated.
      • SEERS_VILLAGE

        public static final Lodestone SEERS_VILLAGE
        Deprecated.
      • TAVERLEY

        public static final Lodestone TAVERLEY
        Deprecated.
      • VARROCK

        public static final Lodestone VARROCK
        Deprecated.
      • YANILLE

        public static final Lodestone YANILLE
        Deprecated.
      • CANIFIS

        public static final Lodestone CANIFIS
        Deprecated.
      • EAGLES_PEAK

        public static final Lodestone EAGLES_PEAK
        Deprecated.
      • FREMENNIK_PROVINCE

        public static final Lodestone FREMENNIK_PROVINCE
        Deprecated.
      • KARAMJA

        public static final Lodestone KARAMJA
        Deprecated.
      • OOGLOG

        public static final Lodestone OOGLOG
        Deprecated.
      • TIRANNWN

        public static final Lodestone TIRANNWN
        Deprecated.
      • MENAPHOS

        public static final Lodestone MENAPHOS
        Deprecated.
      • WILDERNESS_VOLCANO

        public static final Lodestone WILDERNESS_VOLCANO
        Deprecated.
      • PRIFIDDINAS

        public static final Lodestone PRIFIDDINAS
        Deprecated.
    • Method Detail

      • values

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

        public static Lodestone valueOf​(java.lang.String name)
        Deprecated.
        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
      • getMinimapButton

        @Nullable
        public static @Nullable InterfaceComponent getMinimapButton()
        Deprecated.
      • getAvailableQuickTeleportCharges

        public static int getAvailableQuickTeleportCharges()
        Deprecated.
      • areQuickTeleportChargesUsedByDefault

        public static boolean areQuickTeleportChargesUsedByDefault()
        Deprecated.
      • useQuickTeleportChargesByDefault

        public static boolean useQuickTeleportChargesByDefault​(boolean enable)
        Deprecated.
      • isInterfaceOpen

        public static boolean isInterfaceOpen()
        Deprecated.
      • openInterface

        public static boolean openInterface()
        Deprecated.
      • closeInterface

        public static boolean closeInterface()
        Deprecated.
      • getTextureId

        public int getTextureId()
        Deprecated.
      • isActivated

        public boolean isActivated()
        Deprecated.
      • isUsable

        public boolean isUsable()
        Deprecated.
      • isMembersOnly

        public boolean isMembersOnly()
        Deprecated.
      • teleport

        public boolean teleport()
        Deprecated.
      • teleport

        public boolean teleport​(boolean useQuickTeleports)
        Deprecated.
      • toString

        public java.lang.String toString()
        Deprecated.
        Overrides:
        toString in class java.lang.Enum<Lodestone>
      • getPosition

        @Nullable
        public @Nullable Coordinate getPosition()
        Deprecated.
        Description copied from interface: Locatable
        The exact coordinate position of this entity on the world-graph
        Specified by:
        getPosition in interface Locatable
        Returns:
        The coordinate position, or null if unavailable
      • getArea

        @Nullable
        public Area.Rectangular getArea()
        Deprecated.
        Description copied from interface: Locatable
        The coordinate area occupied on the world-graph
        Specified by:
        getArea in interface Locatable
        Returns:
        The coordinate area, or null if unavailable