Class SimpleItem

java.lang.Object
dev.kitteh.factions.gui.SimpleItem

@Obsolete public class SimpleItem extends Object
This class implements an easy way to map config values like: materials, lore, name, color to a respective ItemStack, also has utility methods to merge, clone, etc
  • Constructor Details

  • Method Details

    • get

      public org.bukkit.inventory.ItemStack get()
    • merge

      public void merge(SimpleItem from)
    • isValid

      public boolean isValid()
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getLore

      public List<String> getLore()
    • setLore

      public void setLore(List<String> lore)
    • builder

      public static SimpleItem.Builder builder()