81 $world = $this->position->getWorld();
82 $signalStrength = $this->recalculateSignalStrength();
83 if($this->signalStrength !== $signalStrength){
84 $this->signalStrength = $signalStrength;
85 $world->setBlock($this->position, $this);
87 $world->scheduleDelayedBlockUpdate($this->position, 20);
92 $lightLevel = $world->getRealBlockSkyLightAt($this->position->x, $this->position->y, $this->position->z);