Package mage.players

Examples of mage.players.Player.untap()


    super.beginStep(game, activePlayerId);
    Player activePlayer = game.getPlayer(activePlayerId);
    //20091005 - 502.1/703.4a
    activePlayer.phasing(game);
    //20091005 - 502.2/703.4b
    activePlayer.untap(game);
  }

  @Override
  public UntapStep copy() {
    return new UntapStep(this);
View Full Code Here


        super.beginStep(game, activePlayerId);
        Player activePlayer = game.getPlayer(activePlayerId);
        //20091005 - 502.1/703.4a
        activePlayer.phasing(game);
        //20091005 - 502.2/703.4b
        activePlayer.untap(game);
        game.applyEffects();
    }

    @Override
    public UntapStep copy() {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.