Package mage.abilities.keyword

Examples of mage.abilities.keyword.ReboundAbility


        // Target creature you control gains protection from the color of your choice until end of turn.
        this.getSpellAbility().addEffect(new GainProtectionFromColorTargetEffect(Duration.EndOfTurn));
        this.getSpellAbility().addTarget(new TargetControlledCreaturePermanent());
       
        // Rebound
        this.addAbility(new ReboundAbility());
    }
View Full Code Here

TOP

Related Classes of mage.abilities.keyword.ReboundAbility

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.