Uses of Class
dev.jorel.commandapi.Tooltip
Packages that use Tooltip
Package
Description
Classes to be used as arguments for commands
-
Uses of Tooltip in dev.jorel.commandapi
Methods in dev.jorel.commandapi that return TooltipModifier and TypeMethodDescriptionstatic <S> Tooltip<S>[]Constructs aTooltip<S>[] from an array ofTooltip<S>via varargs.static <S> Tooltip<S>Tooltip.none(S object) Constructs aTooltip<S>with a suggestion and no tooltipstatic <S> Tooltip<S>Constructs aTooltip<S>with a suggestion and a tooltipMethods in dev.jorel.commandapi that return types with arguments of type TooltipModifier and TypeMethodDescriptionstatic <S> Function<Tooltip<S>,StringTooltip> Constructs a function that maps the currentTooltip<S>into a StringTooltip, using a standard mapping function which is defined for a given argument.Methods in dev.jorel.commandapi with parameters of type Tooltip -
Uses of Tooltip in dev.jorel.commandapi.arguments
Methods in dev.jorel.commandapi.arguments with parameters of type TooltipModifier and TypeMethodDescriptionstatic <T> SafeSuggestions<T>Suggest hardcoded values with tooltips