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

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

public getDrops ( )
    public function getDrops()
    {
        return [ItemItem::get(ItemItem::PAINTING, 0, 1)];
    }