mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
Add Collection screen for Planar Conquest
This commit is contained in:
@@ -45,6 +45,10 @@ public class DeckGenPool implements IDeckGenPool {
|
||||
return cards.get(name);
|
||||
}
|
||||
|
||||
public boolean contains(PaperCard card) {
|
||||
return cards.containsKey(card.getName());
|
||||
}
|
||||
|
||||
@Override
|
||||
public Iterable<PaperCard> getAllCards() {
|
||||
return cards.values();
|
||||
|
||||
Reference in New Issue
Block a user