pocketmine\inventory\BrewingInventory::onSlotChange PHP Method

onSlotChange() public method

public onSlotChange ( $index, $before, $send )
    public function onSlotChange($index, $before, $send)
    {
        parent::onSlotChange($index, $before, $send);
        $this->getHolder()->scheduleUpdate();
        $this->getHolder()->updateSurface();
    }