| 程序包 | 说明 |
|---|---|
| cc.meteormc.bookapi |
| 限定符和类型 | 方法和说明 |
|---|---|
Book |
Book.addPage(net.md_5.bungee.api.chat.BaseComponent... text)
Adds new pages to the end of the book.
|
Book |
Book.addPage(@Nullable String text)
Adds new pages to the end of the book.
|
Book |
Book.setPage(int page,
net.md_5.bungee.api.chat.BaseComponent... text)
Sets the specified page in the book.
|
Book |
Book.setPage(int page,
@Nullable String text)
Sets the specified page in the book.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
BookApi.openBook(@NotNull List<org.bukkit.entity.Player> players,
@NotNull Book book)
Open a
Material.WRITTEN_BOOK for Players. |
static void |
BookApi.openBook(@NotNull org.bukkit.entity.Player player,
@NotNull Book book)
Open a
Material.WRITTEN_BOOK for a Player. |
Copyright © 2025. All rights reserved.