Package mage.game.permanent

Examples of mage.game.permanent.Battlefield


    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();
    specialActions = new SpecialActions();
    combat = new Combat();
View Full Code Here


        turn = new Turn();
        stack = new SpellStack();
        command = new Command();
        exile = new Exile();
        revealed = new Revealed();
        battlefield = new Battlefield();
        effects = new ContinuousEffects();
        triggers = new TriggeredAbilities();
        delayed = new DelayedTriggeredAbilities();
        specialActions = new SpecialActions();
        combat = new Combat();
View Full Code Here

TOP

Related Classes of mage.game.permanent.Battlefield

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.