Uses of Class
dev.jorel.commandapi.arguments.ListArgumentBuilder.ListArgumentBuilderSuggests.ListArgumentBuilderFinished
-
Uses of ListArgumentBuilder.ListArgumentBuilderSuggests.ListArgumentBuilderFinished in dev.jorel.commandapi.arguments
Methods in dev.jorel.commandapi.arguments that return ListArgumentBuilder.ListArgumentBuilderSuggests.ListArgumentBuilderFinishedModifier and TypeMethodDescriptionListArgumentBuilder.ListArgumentBuilderSuggests.withMapper(Function<T, String> mapper) Specifies the mapping function of the specific typeTto aStringso an element can be shown to a user as suggestions.ListArgumentBuilder.ListArgumentBuilderSuggests.withStringMapper()Specifies that the mapping function for this argument calls thetoString()method.ListArgumentBuilder.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.