Uses of Class
tech.guilhermekaua.spigotboot.core.utils.ItemBuilder
Packages that use ItemBuilder
-
Uses of ItemBuilder in tech.guilhermekaua.spigotboot.core.utils
Methods in tech.guilhermekaua.spigotboot.core.utils that return ItemBuilderModifier and TypeMethodDescriptionAdds a string to the lore of the ItemStack at the given index.Adds some strings to the lore of the ItemStack.ItemBuilder.changeItemMeta(Consumer<org.bukkit.inventory.meta.ItemMeta> consumer) Changes the ItemMeta of the ItemStack using the given Consumer function.ItemBuilder.deleteLoreLine(int index) Deletes a string from the lore of the ItemStack at the given index.ItemBuilder.placeholder(String placeholder, String value) Replaces a placeholder in the lore of the ItemStack with a given value.ItemBuilder.setGlow(boolean glow) ItemBuilder.setItem(org.bukkit.inventory.ItemStack item) Replaces a string in the lore of the ItemStack at the given index.Sets the lore of the ItemStack.Sets the lore of the ItemStack.Sets the display name of the ItemStack.