pocketmine\entity\SkeletonHorse::getDrops PHP Method

getDrops() public method

public getDrops ( )
    public function getDrops()
    {
        $drops = [ItemItem::get(ItemItem::BONE, 0, mt_rand(0, 2))];
        return $drops;
    }