congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
ForestcyclingAbility.<init>
Code IndexAdd Tabnine to your IDE (free)

How to use
mage.abilities.keyword.ForestcyclingAbility
constructor

Best Java code snippets using mage.abilities.keyword.ForestcyclingAbility.<init> (Showing top 5 results out of 315)

origin: magefree/mage

  @Override
  public ForestcyclingAbility copy() {
    return new ForestcyclingAbility(this);
  }
}
origin: magefree/mage

public WirewoodGuardian(UUID ownerId, CardSetInfo setInfo) {
  super(ownerId,setInfo,new CardType[]{CardType.CREATURE},"{5}{G}{G}");
  this.subtype.add(SubType.ELF);
  this.subtype.add(SubType.MUTANT);
  this.power = new MageInt(6);
  this.toughness = new MageInt(6);
  // Forestcycling {2}
  this.addAbility(new ForestcyclingAbility(new ManaCostsImpl("{2}")));
}
origin: magefree/mage

public ValleyRannet(UUID ownerId, CardSetInfo setInfo) {
  super(ownerId,setInfo,new CardType[]{CardType.CREATURE},"{4}{R}{G}");
  this.subtype.add(SubType.BEAST);
  this.power = new MageInt(6);
  this.toughness = new MageInt(3);
  // Mountaincycling {2}
  this.addAbility(new MountaincyclingAbility(new ManaCostsImpl("{2}")));
  // Forestcycling {2}
  this.addAbility(new ForestcyclingAbility(new ManaCostsImpl("{2}")));
}
origin: magefree/mage

public PaleRecluse(UUID ownerId, CardSetInfo setInfo) {
  super(ownerId,setInfo,new CardType[]{CardType.CREATURE},"{4}{G}{W}");
  this.subtype.add(SubType.SPIDER);
  this.power = new MageInt(4);
  this.toughness = new MageInt(5);
  // Reach
  this.addAbility(ReachAbility.getInstance());
  // Forestcycling {2}
  this.addAbility(new ForestcyclingAbility(new ManaCostsImpl("{2}")));
  // plainscycling {2}
  this.addAbility(new PlainscyclingAbility(new ManaCostsImpl("{2}")));
}
origin: magefree/mage

public ElvishAberration(UUID ownerId, CardSetInfo setInfo) {
  super(ownerId,setInfo,new CardType[]{CardType.CREATURE},"{5}{G}");
  this.subtype.add(SubType.ELF);
  this.subtype.add(SubType.MUTANT);
  this.power = new MageInt(4);
  this.toughness = new MageInt(5);
  // {tap}: Add {G}{G}{G}.
  this.addAbility(new SimpleManaAbility(Zone.BATTLEFIELD, Mana.GreenMana(3), new TapSourceCost()));
  // Forestcycling {2}
  this.addAbility(new ForestcyclingAbility(new ManaCostsImpl("{2}")));
}
mage.abilities.keywordForestcyclingAbility<init>

Popular methods of ForestcyclingAbility

    Popular in Java

    • Start an intent from android
    • getApplicationContext (Context)
    • getOriginalFilename (MultipartFile)
      Return the original filename in the client's filesystem.This may contain path information depending
    • getExternalFilesDir (Context)
    • BufferedInputStream (java.io)
      A BufferedInputStream adds functionality to another input stream-namely, the ability to buffer the i
    • HttpURLConnection (java.net)
      An URLConnection for HTTP (RFC 2616 [http://tools.ietf.org/html/rfc2616]) used to send and receive d
    • SQLException (java.sql)
      An exception that indicates a failed JDBC operation. It provides the following information about pro
    • MessageFormat (java.text)
      Produces concatenated messages in language-neutral way. New code should probably use java.util.Forma
    • Runner (org.openjdk.jmh.runner)
    • Reflections (org.reflections)
      Reflections one-stop-shop objectReflections scans your classpath, indexes the metadata, allows you t
    • CodeWhisperer alternatives
    Tabnine Logo
    • Products

      Search for Java codeSearch for JavaScript code
    • IDE Plugins

      IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
    • Company

      About UsContact UsCareers
    • Resources

      FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
    Get Tabnine for your IDE now