Search in sources :

Example 1 with CommandAbstract

use of me.semx11.autotip.command.CommandAbstract in project Hyperium by HyperiumClient.

the class Autotip method registerCommands.

private void registerCommands(CommandAbstract... commands) {
    for (CommandAbstract command : commands) {
        Hyperium.INSTANCE.getHandlers().getCommandHandler().registerCommand(command);
        this.commands.add(command);
    }
}
Also used : CommandAbstract(me.semx11.autotip.command.CommandAbstract)

Aggregations

CommandAbstract (me.semx11.autotip.command.CommandAbstract)1