|
CommandAPI 12.1.0
An API for the command UI introduced in Minecraft 1.13
|
This is the complete list of members for dev.jorel.commandapi.BukkitTooltip< S >, including all inherited members.
| arrayOf(Tooltip< S >... tooltips) | dev.jorel.commandapi.Tooltip< S > | static |
| build(Function< S, String > mapper) | dev.jorel.commandapi.Tooltip< S > | static |
| BukkitTooltip(S object, Message tooltip) (defined in dev.jorel.commandapi.BukkitTooltip< S >) | dev.jorel.commandapi.BukkitTooltip< S > | protected |
| generate(Function< S, T > tooltipGenerator, BiFunction< S, T, Tooltip< S > > tooltipWrapper, S... suggestions) | dev.jorel.commandapi.Tooltip< S > | protected |
| generate(Function< S, T > tooltipGenerator, BiFunction< S, T, Tooltip< S > > tooltipWrapper, Collection< S > suggestions) | dev.jorel.commandapi.Tooltip< S > | protectedstatic |
| generateAdventureComponents(Function< S, ComponentLike > tooltipGenerator, S... suggestions) | dev.jorel.commandapi.BukkitTooltip< S > | static |
| generateAdventureComponents(Function< S, ComponentLike > tooltipGenerator, Collection< S > suggestions) | dev.jorel.commandapi.BukkitTooltip< S > | static |
| generateBaseComponents(Function< S, BaseComponent[]> tooltipGenerator, S... suggestions) | dev.jorel.commandapi.BukkitTooltip< S > | static |
| generateBaseComponents(Function< S, BaseComponent[]> tooltipGenerator, Collection< S > suggestions) | dev.jorel.commandapi.BukkitTooltip< S > | static |
| generateMessages(Function< S, Message > tooltipGenerator, S... suggestions) | dev.jorel.commandapi.Tooltip< S > | static |
| generateMessages(Function< S, Message > tooltipGenerator, Collection< S > suggestions) | dev.jorel.commandapi.Tooltip< S > | static |
| generateStrings(Function< S, String > tooltipGenerator, S... suggestions) | dev.jorel.commandapi.Tooltip< S > | static |
| generateStrings(Function< S, String > tooltipGenerator, Collection< S > suggestions) | dev.jorel.commandapi.Tooltip< S > | static |
| getSuggestion() | dev.jorel.commandapi.Tooltip< S > | |
| getTooltip() | dev.jorel.commandapi.Tooltip< S > | |
| messageFromAdventureComponent(ComponentLike component) | dev.jorel.commandapi.BukkitTooltip< S > | static |
| messageFromBaseComponents(BaseComponent... components) | dev.jorel.commandapi.BukkitTooltip< S > | static |
| messageFromString(String string) | dev.jorel.commandapi.Tooltip< S > | static |
| none(S object) | dev.jorel.commandapi.Tooltip< S > | static |
| none(S... suggestions) | dev.jorel.commandapi.Tooltip< S > | static |
| none(Collection< S > suggestions) | dev.jorel.commandapi.Tooltip< S > | static |
| ofAdventureComponent(S object, ComponentLike tooltip) | dev.jorel.commandapi.BukkitTooltip< S > | static |
| ofBaseComponents(S object, BaseComponent... tooltip) | dev.jorel.commandapi.BukkitTooltip< S > | static |
| ofMessage(S object, Message tooltip) | dev.jorel.commandapi.Tooltip< S > | static |
| ofString(S object, String tooltip) | dev.jorel.commandapi.Tooltip< S > | static |
| Tooltip(S object, Message tooltip) (defined in dev.jorel.commandapi.Tooltip< S >) | dev.jorel.commandapi.Tooltip< S > | protected |