// construct new client
this.name = name;
this.host = host;
this.port = port;
registerCommand(new HelpCommand(this));
registerCommand(new MoveCommand(this));
registerCommand(new RulerCommand(this));
registerCommand(new ShowEntityCommand(this));
registerCommand(new FireCommand(this));
registerCommand(new DeployCommand(this));