Class BookBuilder
java.lang.Object
com.guflimc.brick.gui.spigot.item.AbstractItemStackBuilder<BookBuilder>
com.guflimc.brick.gui.spigot.item.specific.BookBuilder
-
Field Summary
Fields inherited from class com.guflimc.brick.gui.spigot.item.AbstractItemStackBuilder
itemStack
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionnet.kyori.adventure.inventory.Book
static BookBuilder
create()
withAuthor
(String author) withAuthor
(net.kyori.adventure.text.Component author) withPages
(net.kyori.adventure.text.Component... pages) withTitle
(net.kyori.adventure.text.Component title) Methods inherited from class com.guflimc.brick.gui.spigot.item.AbstractItemStackBuilder
apply, apply, apply, applyMeta, applyMeta, build, clearEnchantments, clearLore, hideAttributes, showAttributes, transform, withAmount, withEnchantment, withEnchantment, withItemFlag, withLore, withLore, withLore, withName, withName, withoutItemFlag, withToolDamage, withType
-
Constructor Details
-
BookBuilder
protected BookBuilder(org.bukkit.inventory.ItemStack itemStack)
-
-
Method Details
-
create
-
withAuthor
-
withAuthor
-
withTitle
-
withTitle
-
withTitle
-
withPages
-
withPages
-
adventure
public net.kyori.adventure.inventory.Book adventure()
-