Enum Class ConfigKey

java.lang.Object
java.lang.Enum<ConfigKey>
studio.magemonkey.fabled.enchants.data.ConfigKey
All Implemented Interfaces:
Serializable, Comparable<ConfigKey>, java.lang.constant.Constable

public enum ConfigKey extends Enum<ConfigKey>
FabledEnchants © 2026 VoidEdge data.studio.magemonkey.fabled.enchants.ConfigKey
  • Enum Constant Details

    • COLORED_NAMES_IN_ANVILS

      public static final ConfigKey COLORED_NAMES_IN_ANVILS
    • CUSTOM_FISHING

      public static final ConfigKey CUSTOM_FISHING
    • FISHING_ENCHANTING_LEVEL

      public static final ConfigKey FISHING_ENCHANTING_LEVEL
    • GLOBAL_ANVIL_LEVEL

      public static final ConfigKey GLOBAL_ANVIL_LEVEL
    • MAX_ENCHANTMENTS

      public static final ConfigKey MAX_ENCHANTMENTS
    • MAX_MERGED_ENCHANTMENTS

      public static final ConfigKey MAX_MERGED_ENCHANTMENTS
    • NON_ENCHANTABLES

      public static final ConfigKey NON_ENCHANTABLES
    • SKILL_COOLDOWN

      public static final ConfigKey SKILL_COOLDOWN
    • SKILL_MANA

      public static final ConfigKey SKILL_MANA
  • Method Details

    • values

      public static ConfigKey[] 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 ConfigKey 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
    • getKey

      public String getKey()