Enum Class ShopkeeperValue

java.lang.Object
java.lang.Enum<ShopkeeperValue>
xericker.arenalegends.config.value.ShopkeeperValue
All Implemented Interfaces:
Serializable, Comparable<ShopkeeperValue>, Constable, xericker.xerlib.config.contract.ConfigValueProvider

public enum ShopkeeperValue extends Enum<ShopkeeperValue> implements xericker.xerlib.config.contract.ConfigValueProvider
  • Enum Constant Details

    • ENTITY_TYPE

      public static final ShopkeeperValue ENTITY_TYPE
    • ENTITY_PROFESSION

      public static final ShopkeeperValue ENTITY_PROFESSION
    • ENTITY_HOLOGRAM

      public static final ShopkeeperValue ENTITY_HOLOGRAM
    • SETTING_COST_ANVIL

      public static final ShopkeeperValue SETTING_COST_ANVIL
    • SETTING_COST_MYTHIC

      public static final ShopkeeperValue SETTING_COST_MYTHIC
    • SETTING_DISCARD_ITEMS

      public static final ShopkeeperValue SETTING_DISCARD_ITEMS
    • SETTING_HIDE_CATEGORIES

      public static final ShopkeeperValue SETTING_HIDE_CATEGORIES
  • Method Details

    • values

      public static ShopkeeperValue[] 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 ShopkeeperValue 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
    • getPath

      public String getPath()
      Specified by:
      getPath in interface xericker.xerlib.config.contract.ConfigValueProvider
    • getConfigId

      public String getConfigId()
      Specified by:
      getConfigId in interface xericker.xerlib.config.contract.ConfigValueProvider