Enum BirdFlight

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

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

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

      • values

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

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

        public static java.util.List<Transport> getBirdFlightTransports()
      • getLastDestination

        public static BirdFlight getLastDestination()
      • canUse

        public boolean canUse()
      • getWidget

        public IWidget getWidget()