api
a9eff54633
jvm
api
/
org.kryptonmc.api.item.meta
/
ItemMetaBuilder
/
addLore
add
Lore
@
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