Uses of Interface
dev.jorel.commandapi.IStringTooltip
Packages that use IStringTooltip
Package
Description
Classes to be used as arguments for commands
-
Uses of IStringTooltip in dev.jorel.commandapi
Classes in dev.jorel.commandapi that implement IStringTooltipModifier and TypeClassDescriptionclassRepresents a suggestion for an argument with a hover tooltip text for that suggestion. -
Uses of IStringTooltip in dev.jorel.commandapi.arguments
Methods in dev.jorel.commandapi.arguments with parameters of type IStringTooltipModifier and TypeMethodDescriptionstatic ArgumentSuggestionsArgumentSuggestions.stringsWithTooltips(IStringTooltip... suggestions) Suggest hardcoded strings with tooltipsMethod parameters in dev.jorel.commandapi.arguments with type arguments of type IStringTooltipModifier and TypeMethodDescriptionstatic ArgumentSuggestionsArgumentSuggestions.stringsWithTooltips(Collection<IStringTooltip> suggestions) Suggest hardcoded strings with tooltipsstatic ArgumentSuggestionsArgumentSuggestions.stringsWithTooltipsCollection(Function<SuggestionInfo, Collection<IStringTooltip>> suggestions) Suggest a collection of strings with tooltips as the result of a functionstatic ArgumentSuggestionsArgumentSuggestions.stringsWithTooltipsCollectionAsync(Function<SuggestionInfo, CompletableFuture<Collection<IStringTooltip>>> suggestions) Suggest a collection of strings with tooltips asynchronouslyListArgumentBuilder.ListArgumentBuilderSuggests.withStringTooltipMapper(Function<T, IStringTooltip> mapper) Specifies the mapping function of the specific typeTto aIStringTooltipso an element can be shown to a user as a suggestion with a tooltip.