api
a9eff54633
jvm
api
/
org.kryptonmc.api.item.meta
/
BookMeta
/
Builder
/
addPage
add
Page
@
Contract
(
value
=
"_ -> this"
,
mutates
=
"this"
)
abstract
fun
addPage
(
page
:
Component
)
:
B
Adds the given
page
to the list of pages the book has.
Return
this builder
Parameters
page
the page to add