All Classes and Interfaces
Class
Description
Utilities for creating mock argument parsers
Provides static methods to interact with CommandAPI commands registered in the test environment.
Additional logic that helps the CommandAPI run in a MockBukkit testing environment.
An implementation of
CommandRegistrationStrategy that handles registering commands in a testing environment.An NMS independent implementation of CommandSourceStack.
A
FunctionalInterface that reads input from a StringReader and interprets it as an object.A
FunctionalInterface with abstract method ParserArgument.parse(StringReader).A
ParserArgument that also places suggestions at the cursor of the StringReader when invoked.A
FunctionalInterface with abstract method ParserLiteral.read(StringReader).A
ParserLiteral that also places suggestions at the cursor of the StringReader when invoked.Holds the information that results from a
Parser parsing input.A
FunctionalInterface with abstract method Result.ThrowableFunction.apply(Object).A placeholder object that represents a successful parse that didn't return a specific object.
A
FunctionalInterface that generates suggestions for a Parser.Deprecated.