Class CommandAPIHandler<Argument extends AbstractArgument<?,?,Argument,CommandSender>,CommandSender,Source>

java.lang.Object
dev.jorel.commandapi.CommandAPIHandler<Argument,CommandSender,Source>
Type Parameters:
Argument - The implementation of AbstractArgument being used
CommandSender - The class for running platform commands
Source - The class for running Brigadier commands

public class CommandAPIHandler<Argument extends AbstractArgument<?,?,Argument,CommandSender>,CommandSender,Source> extends Object
The "brains" behind the CommandAPI. Handles command registration