Class LegacyItem


  • public class LegacyItem
    extends java.lang.Object
    • Method Summary

      Modifier and Type Method Description
      org.bukkit.inventory.ItemStack getItemStack()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LegacyItem

        public LegacyItem​(LegacyMaterial mat,
                          int amount,
                          short data)
      • LegacyItem

        public LegacyItem​(LegacyMaterial mat,
                          int amount,
                          org.bukkit.DyeColor color)
      • LegacyItem

        public LegacyItem​(LegacyMaterial mat,
                          org.bukkit.DyeColor color)
      • LegacyItem

        public LegacyItem​(LegacyMaterial mat,
                          org.bukkit.DyeColor color,
                          int amount,
                          short data)
    • Method Detail

      • getItemStack

        public org.bukkit.inventory.ItemStack getItemStack()