- setPages(BookMeta, BaseComponent[][]) - Static method in class xyz.upperlevel.spigot.book.NmsBookHelper
-
Sets the pages of the book to the components json equivalent
- showAchievement(String) - Static method in interface xyz.upperlevel.spigot.book.BookUtil.HoverAction
-
Creates a show_achievement action: when the component is hovered the achievement information will be displayed
- showAchievement(Achievement) - Static method in interface xyz.upperlevel.spigot.book.BookUtil.HoverAction
-
Creates a show_achievement action: when the component is hovered the achievement information will be displayed
- showEntity(BaseComponent...) - Static method in interface xyz.upperlevel.spigot.book.BookUtil.HoverAction
-
Creates a show_entity action: when the component is hovered some entity information will be displayed
- showEntity(UUID, String, String) - Static method in interface xyz.upperlevel.spigot.book.BookUtil.HoverAction
-
Creates a show_entity action: when the component is hovered some entity information will be displayed
- showEntity(Entity) - Static method in interface xyz.upperlevel.spigot.book.BookUtil.HoverAction
-
Creates a show_entity action: when the component is hovered some entity information will be displayed
- showItem(BaseComponent...) - Static method in interface xyz.upperlevel.spigot.book.BookUtil.HoverAction
-
Creates a show_item action: when the component is hovered some item information will be displayed
- showItem(ItemStack) - Static method in interface xyz.upperlevel.spigot.book.BookUtil.HoverAction
-
Creates a show_item action: when the component is hovered some item information will be displayed
- showStatistic(String) - Static method in interface xyz.upperlevel.spigot.book.BookUtil.HoverAction
-
Creates a show_achievement action: when the component is hovered the statistic information will be displayed
- showText(BaseComponent...) - Static method in interface xyz.upperlevel.spigot.book.BookUtil.HoverAction
-
Creates a show_text action: when the component is hovered the text used as parameter will be displayed
- showText(String) - Static method in interface xyz.upperlevel.spigot.book.BookUtil.HoverAction
-
Creates a show_text action: when the component is hovered the text used as parameter will be displayed
- SimpleClickAction() - Constructor for class xyz.upperlevel.spigot.book.BookUtil.ClickAction.SimpleClickAction
-
- SimpleHoverAction(HoverEvent.Action, BaseComponent...) - Constructor for class xyz.upperlevel.spigot.book.BookUtil.HoverAction.SimpleHoverAction
-
- style(ChatColor...) - Method in class xyz.upperlevel.spigot.book.BookUtil.TextBuilder
-
Sets the style of the text
- suggestCommand(String) - Static method in interface xyz.upperlevel.spigot.book.BookUtil.ClickAction
-
Creates a suggest_command action: when the player clicks, the book closes and the chat opens with the parameter written into it