| Modifier and Type | Class and Description |
|---|---|
static class |
BookUtil.HoverAction.SimpleHoverAction |
| Modifier and Type | Method and Description |
|---|---|
static BookUtil.HoverAction |
BookUtil.HoverAction.showAchievement(org.bukkit.Achievement achievement)
Creates a show_achievement action: when the component is hovered the achievement information will be displayed
|
static BookUtil.HoverAction |
BookUtil.HoverAction.showAchievement(String achievementId)
Creates a show_achievement action: when the component is hovered the achievement information will be displayed
|
static BookUtil.HoverAction |
BookUtil.HoverAction.showEntity(net.md_5.bungee.api.chat.BaseComponent... entity)
Creates a show_entity action: when the component is hovered some entity information will be displayed
|
static BookUtil.HoverAction |
BookUtil.HoverAction.showEntity(org.bukkit.entity.Entity entity)
Creates a show_entity action: when the component is hovered some entity information will be displayed
|
static BookUtil.HoverAction |
BookUtil.HoverAction.showEntity(UUID uuid,
String type,
String name)
Creates a show_entity action: when the component is hovered some entity information will be displayed
|
static BookUtil.HoverAction |
BookUtil.HoverAction.showItem(net.md_5.bungee.api.chat.BaseComponent... item)
Creates a show_item action: when the component is hovered some item information will be displayed
|
static BookUtil.HoverAction |
BookUtil.HoverAction.showItem(org.bukkit.inventory.ItemStack item)
Creates a show_item action: when the component is hovered some item information will be displayed
|
static BookUtil.HoverAction |
BookUtil.HoverAction.showStatistic(String statisticId)
Creates a show_achievement action: when the component is hovered the statistic information will be displayed
|
static BookUtil.HoverAction |
BookUtil.HoverAction.showText(net.md_5.bungee.api.chat.BaseComponent... text)
Creates a show_text action: when the component is hovered the text used as parameter will be displayed
|
static BookUtil.HoverAction |
BookUtil.HoverAction.showText(String text)
Creates a show_text action: when the component is hovered the text used as parameter will be displayed
|
Copyright © 2017. All rights reserved.