FishingWorldParser
class FishingWorldParser<C> : ArgumentParser<C, FishingWorld> , BlockingSuggestionProvider.Strings<CommandSender> , KoinComponent
Functions
Link copied to clipboard
@API(status = API.Status.STABLE)
Link copied to clipboard
@API(status = API.Status.STABLE)
Link copied to clipboard
open override fun parse(commandContext: CommandContext<C & Any>, commandInput: CommandInput): ArgumentParseResult<FishingWorld>
Link copied to clipboard
@API(status = API.Status.STABLE)
Link copied to clipboard
open override fun stringSuggestions(commandContext: CommandContext<CommandSender?>, input: CommandInput): Iterable<String>
Link copied to clipboard
Link copied to clipboard
open override fun suggestions(context: @NonNull CommandContext<CommandSender>, input: @NonNull CommandInput): @NonNull MutableIterable<@NonNull Suggestion>
Link copied to clipboard
open override fun suggestionsFuture(context: @NonNull CommandContext<CommandSender>, input: @NonNull CommandInput): @NonNull CompletableFuture<out @NonNull MutableIterable<@NonNull Suggestion>>