OriginInfoArgument
class OriginInfoArgument(name: String, required: Boolean, description: RichDescription, suggestionsProvider: BiFunction<CommandContext<CommandSender>, String, List<String>>?) : CommandArgument<CommandSender, OriginInfo.Info>
Constructors
Link copied to clipboard
fun OriginInfoArgument(name: String, required: Boolean, description: RichDescription, suggestionsProvider: BiFunction<CommandContext<CommandSender>, String, List<String>>?)
Types
Functions
Link copied to clipboard
open fun addPreprocessor(preprocessor: @NonNull BiFunction<@NonNull CommandContext<CommandSender>, @NonNull Queue<String>, @NonNull ArgumentParseResult<Boolean>>): @NonNull CommandArgument<CommandSender, OriginInfo.Info>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun getSuggestionsProvider(): @NonNull BiFunction<@NonNull CommandContext<CommandSender>, @NonNull String, @NonNull MutableList<String>>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun preprocess(context: @NonNull CommandContext<CommandSender>, input: @NonNull Queue<String>): @NonNull ArgumentParseResult<Boolean>
Link copied to clipboard
Link copied to clipboard