CommandAPI 9.7.0
An API for the command UI introduced in Minecraft 1.13
|
A string-based tooltip interface that includes a string suggestion and a formatted tooltip text to display when hovering over the suggestion. More...
Public Member Functions | |
String | getSuggestion () |
Returns the suggestion that this object contains. More... | |
Message | getTooltip () |
Returns the tooltip text that this object contains. More... | |
A string-based tooltip interface that includes a string suggestion and a formatted tooltip text to display when hovering over the suggestion.
String dev.jorel.commandapi.IStringTooltip.getSuggestion | ( | ) |
Returns the suggestion that this object contains.
Implemented in dev.jorel.commandapi.StringTooltip.
Message dev.jorel.commandapi.IStringTooltip.getTooltip | ( | ) |
Returns the tooltip text that this object contains.
Implemented in dev.jorel.commandapi.StringTooltip.