pocketmine\entity\Shulker::getDrops PHP Method

getDrops() public method

public getDrops ( )
    public function getDrops()
    {
        /*$drops = [
        			ItemItem::get(ItemItem::SHULKER_SHELL, 0, 1)
        		];*/
        $drops = [];
        return $drops;
    }