//
project
/
dev.jaims.mcutils.bukkit.item
/
ItemBuilder
/
addLore
jvm
addLore
Add a list of lores to an item
Return
an
ItemBuilder
Parameters
newlores
the list of lores
fun
addLore
(newlores:
List
<
String
>):
ItemBuilder
Content copied to clipboard
Add a single line lore to the item
Return
an
ItemBuilder
Parameters
newlore
the single lore to add to the item
fun
addLore
(newlore:
String
):
ItemBuilder
Content copied to clipboard