lit = true; parent::__construct($idInfo, $name, $typeInfo); } protected function describeBlockOnlyState(RuntimeDataDescriber $w) : void{ parent::describeBlockOnlyState($w); $w->bool($this->lit); } public function getLightLevel() : int{ return $this->lit ? 7 : 0; } }