Class AbstractCommandManager<B,S>

java.lang.Object
io.github.mqzn.commands.base.manager.AbstractCommandManager<B,S>
Type Parameters:
B - The bootstrap for the lib to work on
S - The command sender type
All Implemented Interfaces:
CommandManager<B,S>

public abstract class AbstractCommandManager<B,S> extends Object implements CommandManager<B,S>
The class responsible for handling, registering, and coordinating the execution of the available commands
See Also: