Exemplo n.º 1
0
 private void updateCardFilter()
 {
     // the own cards have changed, we have to update the CardFilter (because the amountfilter needs our own cards)
     sellOwnCardsFilter.setCardFilterAmountfilter();
     buyOwnCardsFilter.setCardFilterAmountfilter();
     this.helpf.generatorAllCardsChanged = false;
 }
Exemplo n.º 2
0
 private void updateCardFilter()
 {
     // the own cards have changed, we have to update the CardFilter (because the amountfilter needs our own cards)
     sellOfferFilter.setCardFilterAmountfilter();
     createCardsFilter.setCardFilterAmountfilter();
     this.helpf.playerstoreAllCardsChanged = false;
 }
Exemplo n.º 3
0
 private void updateCardFilter()
 {  // the own cards have changed, we have to update the CardFilter (because the amountfilter needs our own cards)
     sellOfferFilter.setCardFilterAmountfilter();
     buyOfferFilter.setCardFilterAmountfilter();
     this.helpf.auctionHouseAllCardsChanged = false;
 }