Package io.github.bakedlibs.dough.items
Class CustomItemStack
java.lang.Object
org.bukkit.inventory.ItemStack
io.github.bakedlibs.dough.items.CustomItemStack
- All Implemented Interfaces:
Cloneable,ConfigurationSerializable
-
Constructor Summary
ConstructorsConstructorDescriptionCustomItemStack(ItemStack item) CustomItemStack(ItemStack item, int amount) CustomItemStack(ItemStack item, String name, String... lore) CustomItemStack(ItemStack item, Consumer<ItemMeta> meta) CustomItemStack(ItemStack item, List<String> list) CustomItemStack(ItemStack item, Color color, String name, String... lore) CustomItemStack(ItemStack item, Material type) CustomItemStack(Material type) CustomItemStack(Material type, String name, String... lore) CustomItemStack(Material type, String name, List<String> lore) CustomItemStack(Material type, Consumer<ItemMeta> meta) CustomItemStack(Material type, List<String> list) -
Method Summary
Methods inherited from class org.bukkit.inventory.ItemStack
addEnchantment, addEnchantments, addUnsafeEnchantment, addUnsafeEnchantments, clone, containsEnchantment, deserialize, equals, getAmount, getData, getDurability, getEnchantmentLevel, getEnchantments, getItemMeta, getMaxStackSize, getType, hashCode, hasItemMeta, isSimilar, removeEnchantment, serialize, setAmount, setData, setDurability, setItemMeta, setType, toString
-
Constructor Details
-
CustomItemStack
-
CustomItemStack
-
CustomItemStack
-
CustomItemStack
-
CustomItemStack
-
CustomItemStack
-
CustomItemStack
-
CustomItemStack
-
CustomItemStack
-
CustomItemStack
-
CustomItemStack
-
CustomItemStack
-
-
Method Details
-
addFlags
-
setCustomModel
-