pocketmine\block\Cauldron::update PHP Method

update() public method

public update ( )
    public function update()
    {
        //umm... right update method...?
        $this->getLevel()->setBlock($this, Block::get($this->id, $this->meta + 1), true);
        $this->getLevel()->setBlock($this, $this, true);
        //Undo the damage value
    }