lore

fun ItemStack.lore(lore: List<String>, append: Boolean = false): ItemStack
fun ItemStack.lore(vararg lore: String, append: Boolean = false): ItemStack

Sets the lore of this ItemStack

Return

this ItemStack

Parameters

lore

the lore of the item

append

if the lore should be appended or replaced


val ItemStack.lore: List<String>

Gets the lore of this ItemStack

Return

the lore of the item