Enum Class SpiritTree

java.lang.Object
java.lang.Enum<SpiritTree>
net.storm.api.movement.pathfinder.model.SpiritTree
All Implemented Interfaces:
Serializable, Comparable<SpiritTree>, Constable

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

    • TREE_GNOME_VILLAGE

      public static final SpiritTree TREE_GNOME_VILLAGE
    • GNOME_STRONGHOLD

      public static final SpiritTree GNOME_STRONGHOLD
    • BATTLEFIELD_OF_KHAZARD

      public static final SpiritTree BATTLEFIELD_OF_KHAZARD
    • GRAND_EXCHANGE

      public static final SpiritTree GRAND_EXCHANGE
    • FELDIP_HILLS

      public static final SpiritTree FELDIP_HILLS
    • PRIFDDINAS

      public static final SpiritTree PRIFDDINAS
    • POISON_WASTE

      public static final SpiritTree POISON_WASTE
    • PORT_SARIM

      public static final SpiritTree PORT_SARIM
    • ETCETERIA

      public static final SpiritTree ETCETERIA
    • BRIMHAVEN

      public static final SpiritTree BRIMHAVEN
    • HOSIDIUS

      public static final SpiritTree HOSIDIUS
    • FARMING_GUILD

      public static final SpiritTree FARMING_GUILD
  • Method Details

    • values

      public static SpiritTree[] 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 SpiritTree 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
    • getAll

      public static SpiritTree[] getAll()
    • getAllWithNoRequirements

      public static Set<SpiritTree> getAllWithNoRequirements()
    • getTransports

      public static List<Transport> getTransports()