sender = $sender; $this->command = $command; } public function getSender() : CommandSender{ return $this->sender; } public function getCommand() : string{ return $this->command; } public function setCommand(string $command) : void{ $this->command = $command; } }