pocketmine\event\block\BlockBreakEvent::getDrops PHP Method

getDrops() public method

public getDrops ( ) : Item[]
return pocketmine\item\Item[]
    public function getDrops()
    {
        return $this->blockDrops;
    }