Enum AddonList

java.lang.Object
java.lang.Enum<AddonList>
me.ulrich.clans.data.AddonList
All Implemented Interfaces:
Serializable, Comparable<AddonList>, java.lang.constant.Constable

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

    • CLANBANK

      public static final AddonList CLANBANK
    • CLANQUEST

      public static final AddonList CLANQUEST
    • CLANCHEST

      public static final AddonList CLANCHEST
    • CLANWAR

      public static final AddonList CLANWAR
    • CLANLAND

      public static final AddonList CLANLAND
    • CLANGLADIATOR

      public static final AddonList CLANGLADIATOR
    • CLANLEADERBOARD

      public static final AddonList CLANLEADERBOARD
    • CLANFARMCOINS

      public static final AddonList CLANFARMCOINS
    • CLANNEXUS

      public static final AddonList CLANNEXUS
    • CLANLEAGUE

      public static final AddonList CLANLEAGUE
    • CLANCORPSE

      public static final AddonList CLANCORPSE
    • CLANDISCORDINTEGRATION

      public static final AddonList CLANDISCORDINTEGRATION
    • CLANHOLOGRAMS

      public static final AddonList CLANHOLOGRAMS
  • Method Details

    • values

      public static AddonList[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static AddonList valueOf(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:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • getName

      public String getName()
    • getVersion

      public String getVersion()
    • getIcon

      public String getIcon()
    • getDescription

      public String getDescription()
    • getDownloadUrl

      public String getDownloadUrl()
    • getPrice

      public BigDecimal getPrice()
    • getLongDescription

      public String getLongDescription()
    • getIconTexture

      public String getIconTexture()