Tabnine Logo
ForestcyclingAbility
Code IndexAdd Tabnine to your IDE (free)

How to use
ForestcyclingAbility
in
mage.abilities.keyword

Best Java code snippets using mage.abilities.keyword.ForestcyclingAbility (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

Most used methods

  • <init>

Popular in Java

  • Making http requests using okhttp
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • setScale (BigDecimal)
  • onRequestPermissionsResult (Fragment)
  • UnknownHostException (java.net)
    Thrown when a hostname can not be resolved.
  • Path (java.nio.file)
  • SimpleDateFormat (java.text)
    Formats and parses dates in a locale-sensitive manner. Formatting turns a Date into a String, and pa
  • JTextField (javax.swing)
  • IOUtils (org.apache.commons.io)
    General IO stream manipulation utilities. This class provides static utility methods for input/outpu
  • Get (org.apache.hadoop.hbase.client)
    Used to perform Get operations on a single row. To get everything for a row, instantiate a Get objec
  • Top plugins for Android Studio
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