bool($this->powered); } public function getLightLevel() : int{ return $this->powered ? 15 : 0; } }