Package org.bukkit.inventory.meta
Interface BookMeta.BookMetaBuilder
- All Superinterfaces:
net.kyori.adventure.inventory.Book.Builder
,net.kyori.adventure.util.Buildable.Builder<net.kyori.adventure.inventory.Book>
- Enclosing interface:
- BookMeta
public static interface BookMeta.BookMetaBuilder
extends net.kyori.adventure.inventory.Book.Builder
-
Method Details
-
title
@NotNull @NotNull BookMeta.BookMetaBuilder title(@Nullable net.kyori.adventure.text.Component title)- Specified by:
title
in interfacenet.kyori.adventure.inventory.Book.Builder
-
author
@NotNull @NotNull BookMeta.BookMetaBuilder author(@Nullable net.kyori.adventure.text.Component author)- Specified by:
author
in interfacenet.kyori.adventure.inventory.Book.Builder
-
addPage
@NotNull @NotNull BookMeta.BookMetaBuilder addPage(@NotNull net.kyori.adventure.text.Component page)- Specified by:
addPage
in interfacenet.kyori.adventure.inventory.Book.Builder
-
pages
@NotNull @NotNull BookMeta.BookMetaBuilder pages(@NotNull @NotNull net.kyori.adventure.text.Component... pages)- Specified by:
pages
in interfacenet.kyori.adventure.inventory.Book.Builder
-
pages
@NotNull @NotNull BookMeta.BookMetaBuilder pages(@NotNull Collection<net.kyori.adventure.text.Component> pages)- Specified by:
pages
in interfacenet.kyori.adventure.inventory.Book.Builder
-
build
- Specified by:
build
in interfacenet.kyori.adventure.inventory.Book.Builder
- Specified by:
build
in interfacenet.kyori.adventure.util.Buildable.Builder<net.kyori.adventure.inventory.Book>
-