pocketmine\entity\SkeletonHorse::getDrops PHP Метод

getDrops() публичный Метод

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