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

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

public getDrops ( )
    public function getDrops()
    {
        $drops = [ItemItem::get(ItemItem::WOOL, $this->getColor(), 1)];
        return $drops;
    }