Item Button
class ItemButton @JvmOverloads constructor(stacks: List<ItemStack>, val preDisplayDecorator: (ItemStack, Player) -> ItemStack = { stack, _ -> stack }) : AbstractItem(source)
Represents an item in the guide.
Parameters
stacks
The items to display. If multiple are provided, the button will automatically cycle through all of them. You must supply at least one item