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.
Author:
ybw0014