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 <CommandSender>
ArgumentSuggestions<CommandSender>ArgumentSuggestions.stringsWithTooltips(IStringTooltip... suggestions) Suggest hardcoded strings with tooltipsMethod parameters in dev.jorel.commandapi.arguments with type arguments of type IStringTooltipModifier and TypeMethodDescriptionstatic <CommandSender>
ArgumentSuggestions<CommandSender>ArgumentSuggestions.stringsWithTooltips(Collection<IStringTooltip> suggestions) Suggest hardcoded strings with tooltipsstatic <CommandSender>
ArgumentSuggestions<CommandSender>ArgumentSuggestions.stringsWithTooltipsCollection(Function<SuggestionInfo<CommandSender>, Collection<IStringTooltip>> suggestions) Suggest a collection of strings with tooltips as the result of a functionstatic <CommandSender>
ArgumentSuggestions<CommandSender>ArgumentSuggestions.stringsWithTooltipsCollectionAsync(Function<SuggestionInfo<CommandSender>, CompletableFuture<Collection<IStringTooltip>>> suggestions) Suggest a collection of strings with tooltips asynchronously