Package mage.client.cards

Examples of mage.client.cards.Permanent


    if (cardPlugin != null) {
      mageActionCallback.refreshSession();
      mageActionCallback.setCardPreviewComponent(bigCard);
      return cardPlugin.getMagePermanent(card, dimension, gameId, mageActionCallback);
    } else {
      return new Permanent(card, bigCard, Config.dimensions, gameId);
    }
  }
View Full Code Here


        if (cardPlugin != null) {
            mageActionCallback.refreshSession();
            mageActionCallback.setCardPreviewComponent(bigCard);
            return cardPlugin.getMagePermanent(card, dimension, gameId, mageActionCallback, false, !MageFrame.isLite() && loadImage);
        } else {
            return new Permanent(card, bigCard, Config.dimensions, gameId);
        }
    }
View Full Code Here

TOP

Related Classes of mage.client.cards.Permanent

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.