OriginParser

class OriginParser : ArgumentParser<CommandSender, Origin>

Constructors

Link copied to clipboard

Types

Link copied to clipboard
class OriginParseException(input: String, context: CommandContext<CommandSender>) : ParserException

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>, Origin, ArgumentParseResult<O>>): @NonNull ArgumentParser<CommandSender, O>
Link copied to clipboard
open override fun parse(context: CommandContext<CommandSender>, inputQueue: Queue<String>): ArgumentParseResult<Origin>
Link copied to clipboard
open override fun suggestions(commandContext: CommandContext<CommandSender>, input: String): MutableList<String>