MineArgumentParser

object MineArgumentParser : ArgumentParser<CommandSender, Mine>

The parser for the Mine argument.

Author

MarkusTieger

Since

0.2.0

See also

ArgumentParser

Functions

Link copied to clipboard
@API(status = API.Status.STABLE, since = "1.1.0")
open fun getRequestedArgumentCount(): Int
Link copied to clipboard
Link copied to clipboard
@API(status = API.Status.STABLE, since = "1.5.0")
open fun <O : Any> map(mapper: BiFunction<CommandContext<CommandSender>, Mine, ArgumentParseResult<O>>): @NonNull ArgumentParser<CommandSender, O>
Link copied to clipboard
open override fun parse(commandContext: CommandContext<CommandSender>, inputQueue: Queue<String>): ArgumentParseResult<Mine>

Trys to parse a Mine.

Link copied to clipboard
open override fun suggestions(commandContext: CommandContext<CommandSender>, input: String): MutableList<String>

Trys to suggest a Mines.