lore

@Contract(value = "_ -> this", mutates = "this")
abstract fun lore(lore: Collection<Component>): B
@Contract(value = "_ -> this", mutates = "this")
open fun lore(vararg lore: Component): B

Sets the lore of the item to the given lore.

Return

this builder

Parameters

lore

the lore