Enum Class ItemType

java.lang.Object
java.lang.Enum<ItemType>
net.swofty.item.ItemType
All Implemented Interfaces:
Serializable, Comparable<ItemType>, Constable

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

    • ENCHANTED_BOOK

      public static final ItemType ENCHANTED_BOOK
    • DIRT

      public static final ItemType DIRT
    • SKYBLOCK_MENU

      public static final ItemType SKYBLOCK_MENU
    • AIR

      public static final ItemType AIR
    • PIONEERS_PICKAXE

      public static final ItemType PIONEERS_PICKAXE
      Pickaxes
    • DIAMOND_PICKAXE

      public static final ItemType DIAMOND_PICKAXE
    • IRON_PICKAXE

      public static final ItemType IRON_PICKAXE
    • STONE_PICKAXE

      public static final ItemType STONE_PICKAXE
    • WOODEN_PICKAXE

      public static final ItemType WOODEN_PICKAXE
    • HYPERION

      public static final ItemType HYPERION
      Swords
    • DIAMOND_SWORD

      public static final ItemType DIAMOND_SWORD
    • IRON_SWORD

      public static final ItemType IRON_SWORD
    • STONE_SWORD

      public static final ItemType STONE_SWORD
    • WOODEN_SWORD

      public static final ItemType WOODEN_SWORD
  • Field Details

  • Method Details

    • values

      public static ItemType[] 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 ItemType 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
    • get

      public static ItemType get(String s)
    • isVanillaReplaced

      public static boolean isVanillaReplaced(String item)