this.registerSubCommand(new NBTDebugCommand());
this.registerSubCommand(new RoutingThreadCommand());
this.registerSubCommand(new TransferNamesCommand());
this.registerSubCommand(new NameLookupCommand());
this.registerSubCommand(new DumpCommand());
this.registerSubCommand(new BypassCommand());
this.registerSubCommand(new DebugCommand());
this.registerSubCommand(new WrapperCommand());
this.registerSubCommand(new ClearCommand());
}