Class BaseCommand

java.lang.Object
net.guizhanss.guizhanlib.minecraft.commands.AbstractCommand
net.guizhanss.guizhanlib.minecraft.commands.BaseCommand
All Implemented Interfaces:
CommandExecutor, TabCompleter

public abstract class BaseCommand extends AbstractCommand implements CommandExecutor, TabCompleter
The BaseCommand is the root node of a command tree. It has no parent node, and is CommandExecutor and TabCompleter.

Be sure to call register() after creating a new instance of this class.

Author:
ybw0014