Item Builder
A builder class for creating and customizing ItemStack objects in a flexible manner. Allows setting properties like display name, lore, enchantments, flags, and more.
Parameters
material
The material of the item being built.
Functions
Link copied to clipboard
Sets the amount (stack size) of the item.
Link copied to clipboard
Sets a custom model data ID for the item.
Link copied to clipboard
Adds an enchantment to the item.
Link copied to clipboard
Sets the flags for the item.
Link copied to clipboard
Adds a glow effect to the item.
Link copied to clipboard
Sets the lore (description) of the item.
Link copied to clipboard
Sets the display name of the item.
Link copied to clipboard
Makes the item unbreakable.