Enum Class ItemSet

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

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

    • BOOK_AND_QUILL

      public static final ItemSet BOOK_AND_QUILL
    • INK_SACK

      public static final ItemSet INK_SACK
    • AXES

      public static final ItemSet AXES
    • BOOTS

      public static final ItemSet BOOTS
    • BOWS

      public static final ItemSet BOWS
    • CHESTPLATES

      public static final ItemSet CHESTPLATES
    • FISHING

      public static final ItemSet FISHING
    • GLIDERS

      public static final ItemSet GLIDERS
    • HELMETS

      public static final ItemSet HELMETS
    • HOES

      public static final ItemSet HOES
    • LEGGINGS

      public static final ItemSet LEGGINGS
    • MISCELLANEOUS

      public static final ItemSet MISCELLANEOUS
    • PICKAXES

      public static final ItemSet PICKAXES
    • SHEARS

      public static final ItemSet SHEARS
    • SHIELDS

      public static final ItemSet SHIELDS
    • SHOVELS

      public static final ItemSet SHOVELS
    • SPEARS

      public static final ItemSet SPEARS
    • SWORDS

      public static final ItemSet SWORDS
    • TRIDENT

      public static final ItemSet TRIDENT
    • CROSSBOW

      public static final ItemSet CROSSBOW
    • UTILITY

      public static final ItemSet UTILITY
    • ARMOR

      public static final ItemSet ARMOR
    • MELEE

      public static final ItemSet MELEE
    • WEAPONS

      public static final ItemSet WEAPONS
    • TOOLS

      public static final ItemSet TOOLS
    • DURABILITY

      public static final ItemSet DURABILITY
    • DURABILITY_SECONDARY

      public static final ItemSet DURABILITY_SECONDARY
    • DURABILITY_ALL

      public static final ItemSet DURABILITY_ALL
    • VANILLA_ENCHANTABLES

      public static final ItemSet VANILLA_ENCHANTABLES
    • NONE

      public static final ItemSet NONE
    • ALL

      public static final ItemSet ALL
  • Method Details

    • values

      public static ItemSet[] 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 ItemSet 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
    • getItems

      public org.bukkit.Material[] getItems()