Class CommandAPIConfig<Impl extends CommandAPIConfig<Impl>>

java.lang.Object
dev.jorel.commandapi.CommandAPIConfig<Impl>
All Implemented Interfaces:
ChainableBuilder<Impl>

public abstract class CommandAPIConfig<Impl extends CommandAPIConfig<Impl>> extends Object implements ChainableBuilder<Impl>
A class to contain information about how to configure the CommandAPI during its loading step. You shouldn't use this class directly. Instead, use an appropriate subclass that corresponds to the platform you are developing for.