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

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

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