pocketmine\block\ActiveRedstoneLamp::turnOff PHP Метод

turnOff() публичный Метод

public turnOff ( )
    public function turnOff()
    {
        $this->getLevel()->setBlock($this, new InactiveRedstoneLamp(), true, true);
        //$this->turnAroundOff();
        return true;
    }