Enum Class BirdFlight

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

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

    • CIVITAS_ILLA_FORTIS

      public static final BirdFlight CIVITAS_ILLA_FORTIS
    • THE_TEOMAT

      public static final BirdFlight THE_TEOMAT
    • SUNSET_COAST

      public static final BirdFlight SUNSET_COAST
    • HUNTER_GUILD

      public static final BirdFlight HUNTER_GUILD
    • CAM_TORUM_ENTRANCE

      public static final BirdFlight CAM_TORUM_ENTRANCE
    • COLOSSAL_WYRM_REMAINS

      public static final BirdFlight COLOSSAL_WYRM_REMAINS
    • OUTER_FORTIS

      public static final BirdFlight OUTER_FORTIS
    • FORTIS_COLOSSEUM

      public static final BirdFlight FORTIS_COLOSSEUM
    • ALDARIN

      public static final BirdFlight ALDARIN
    • QUETZACALLI_GORGE

      public static final BirdFlight QUETZACALLI_GORGE
    • SALVAGER_OVERLOOK

      public static final BirdFlight SALVAGER_OVERLOOK
    • TAL_TEKLAN

      public static final BirdFlight TAL_TEKLAN
    • AUBURNVALE

      public static final BirdFlight AUBURNVALE
    • KASTORI

      public static final BirdFlight KASTORI
  • Method Details

    • values

      public static BirdFlight[] 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 BirdFlight 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
    • getBirdFlightTransports

      public static List<Transport> getBirdFlightTransports()
    • getLastDestination

      public static BirdFlight getLastDestination()
    • canUse

      public boolean canUse()
    • getWidget

      public IWidget getWidget()