addLore

Add a list of lores to an item

Return

Parameters

newlores
the list of lores
fun addLore(newlores: List<String>): ItemBuilder
Add a single line lore to the item

Return

Parameters

newlore
the single lore to add to the item
fun addLore(newlore: String): ItemBuilder