Tabnine Logo
TapLandForManaAllTriggeredAbility.<init>
Code IndexAdd Tabnine to your IDE (free)

How to use
mage.abilities.common.TapLandForManaAllTriggeredAbility
constructor

Best Java code snippets using mage.abilities.common.TapLandForManaAllTriggeredAbility.<init> (Showing top 2 results out of 315)

origin: magefree/mage

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

public StormCauldron(UUID ownerId, CardSetInfo setInfo) {
  super(ownerId,setInfo,new CardType[]{CardType.ARTIFACT},"{5}");
  // Each player may play an additional land during each of their turns.
  this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new PlayAdditionalLandsAllEffect()));
  // Whenever a land is tapped for mana, return it to its owner's hand.
  Effect effect = new ReturnToHandTargetEffect();
  effect.setText("return it to its owner's hand");
  this.addAbility(new TapLandForManaAllTriggeredAbility(effect, false, true));
}
mage.abilities.commonTapLandForManaAllTriggeredAbility<init>

Popular methods of TapLandForManaAllTriggeredAbility

  • getEffects

Popular in Java

  • Running tasks concurrently on multiple threads
  • scheduleAtFixedRate (ScheduledExecutorService)
  • onRequestPermissionsResult (Fragment)
  • notifyDataSetChanged (ArrayAdapter)
  • ObjectMapper (com.fasterxml.jackson.databind)
    ObjectMapper provides functionality for reading and writing JSON, either to and from basic POJOs (Pl
  • BufferedReader (java.io)
    Wraps an existing Reader and buffers the input. Expensive interaction with the underlying reader is
  • Runnable (java.lang)
    Represents a command that can be executed. Often used to run code in a different Thread.
  • SQLException (java.sql)
    An exception that indicates a failed JDBC operation. It provides the following information about pro
  • Dictionary (java.util)
    Note: Do not use this class since it is obsolete. Please use the Map interface for new implementatio
  • JComboBox (javax.swing)
  • Top PhpStorm plugins
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