Package mage.game.stack

Examples of mage.game.stack.SpellStack


  public GameState() {
    players = new Players();
    playerList = new PlayerList();
    turn = new Turn();
    stack = new SpellStack();
    exile = new Exile();
    battlefield = new Battlefield();
    effects = new ContinuousEffects();
    triggers = new TriggeredAbilities();
    delayed = new DelayedTriggeredAbilities();
View Full Code Here


    public GameState() {
        players = new Players();
        playerList = new PlayerList();
        turn = new Turn();
        stack = new SpellStack();
        command = new Command();
        exile = new Exile();
        revealed = new Revealed();
        battlefield = new Battlefield();
        effects = new ContinuousEffects();
View Full Code Here

TOP

Related Classes of mage.game.stack.SpellStack

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.