mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 03:22:00 -08:00
added method for updating cards database
This commit is contained in:
parent
e4ea8adf94
commit
5e3970a0e0
4 changed files with 36 additions and 2 deletions
|
|
@ -30,6 +30,7 @@ package mage.interfaces;
|
|||
|
||||
import mage.MageException;
|
||||
import mage.cards.decks.DeckCardLists;
|
||||
import mage.cards.repository.CardInfo;
|
||||
import mage.cards.repository.ExpansionInfo;
|
||||
import mage.game.GameException;
|
||||
import mage.game.match.MatchOptions;
|
||||
|
|
@ -53,6 +54,7 @@ public interface MageServer {
|
|||
|
||||
// update methods
|
||||
List<ExpansionInfo> getMissingExpansionData(List<String> codes);
|
||||
List<CardInfo> getMissingCardsData(List<String> classNames);
|
||||
|
||||
// user methods
|
||||
boolean setUserData(String userName, String sessionId, UserDataView userDataView) throws MageException;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue