84 $world = $this->position->getWorld();
85 $signalStrength = $this->recalculateSignalStrength();
86 if($this->signalStrength !== $signalStrength){
87 $this->signalStrength = $signalStrength;
88 $world->setBlock($this->position, $this);
90 $world->scheduleDelayedBlockUpdate($this->position, 20);
95 $lightLevel = $world->getRealBlockSkyLightAt($this->position->x, $this->position->y, $this->position->z);