public static interface BookMeta.BookMetaBuilder
extends net.kyori.adventure.inventory.Book.Builder
| Modifier and Type | Method and Description | 
|---|---|
@NotNull BookMeta.BookMetaBuilder | 
addPage(net.kyori.adventure.text.Component page)  | 
@NotNull BookMeta.BookMetaBuilder | 
author(net.kyori.adventure.text.Component author)  | 
@NotNull BookMeta | 
build()  | 
@NotNull BookMeta.BookMetaBuilder | 
pages(Collection<net.kyori.adventure.text.Component> pages)  | 
@NotNull BookMeta.BookMetaBuilder | 
pages(net.kyori.adventure.text.Component... pages)  | 
@NotNull BookMeta.BookMetaBuilder | 
title(net.kyori.adventure.text.Component title)  | 
@NotNull @NotNull BookMeta.BookMetaBuilder title(@Nullable net.kyori.adventure.text.Component title)
title in interface net.kyori.adventure.inventory.Book.Builder@NotNull @NotNull BookMeta.BookMetaBuilder author(@Nullable net.kyori.adventure.text.Component author)
author in interface net.kyori.adventure.inventory.Book.Builder@NotNull @NotNull BookMeta.BookMetaBuilder addPage(@NotNull net.kyori.adventure.text.Component page)
addPage in interface net.kyori.adventure.inventory.Book.Builder@NotNull @NotNull BookMeta.BookMetaBuilder pages(@NotNull net.kyori.adventure.text.Component... pages)
pages in interface net.kyori.adventure.inventory.Book.Builder@NotNull @NotNull BookMeta.BookMetaBuilder pages(@NotNull Collection<net.kyori.adventure.text.Component> pages)
pages in interface net.kyori.adventure.inventory.Book.BuilderCopyright © 2022. All rights reserved.