Ejemplo n.º 1
0
 public Deck getPlanarDeck() {
   return lstPlanarDecks.getDeck();
 }
Ejemplo n.º 2
0
 public Deck getSchemeDeck() {
   return lstSchemeDecks.getDeck();
 }
Ejemplo n.º 3
0
 public Deck getCommanderDeck() {
   return lstCommanderDecks.getDeck();
 }
Ejemplo n.º 4
0
 public Deck getTinyLeadersDeck() {
   return lstTinyLeadersDecks.getDeck();
 }
Ejemplo n.º 5
0
 public Deck getDeck() {
   return deckChooser.getDeck();
 }