addLore

@Contract(value = "_ -> this", mutates = "this")
abstract fun addLore(lore: Component): B

Adds the given lore line to the lore of the item.

Return

this builder

Parameters

lore

the lore line to add