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

How to use
BecomesTargetControllerSpellTriggeredAbility
in
mage.abilities.common

Best Java code snippets using mage.abilities.common.BecomesTargetControllerSpellTriggeredAbility (Showing top 2 results out of 315)

origin: magefree/mage

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

public DormantGomazoa(UUID ownerId, CardSetInfo setInfo) {
  super(ownerId,setInfo,new CardType[]{CardType.CREATURE},"{1}{U}{U}");
  this.subtype.add(SubType.JELLYFISH);
  this.power = new MageInt(5);
  this.toughness = new MageInt(5);
  this.addAbility(FlyingAbility.getInstance());
  // Dormant Gomazoa enters the battlefield tapped.
  this.addAbility(new EntersBattlefieldTappedAbility());
  // Dormant Gomazoa doesn't untap during your untap step.
  this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new DontUntapInControllersUntapStepSourceEffect()));
  // Whenever you become the target of a spell, you may untap Dormant Gomazoa.
  this.addAbility(new BecomesTargetControllerSpellTriggeredAbility(new UntapSourceEffect(), true));
}
mage.abilities.commonBecomesTargetControllerSpellTriggeredAbility

Most used methods

  • <init>

Popular in Java

  • Creating JSON documents from java classes using gson
  • getApplicationContext (Context)
  • startActivity (Activity)
  • compareTo (BigDecimal)
  • Thread (java.lang)
    A thread is a thread of execution in a program. The Java Virtual Machine allows an application to ha
  • Selector (java.nio.channels)
    A controller for the selection of SelectableChannel objects. Selectable channels can be registered w
  • LinkedList (java.util)
    Doubly-linked list implementation of the List and Dequeinterfaces. Implements all optional list oper
  • DataSource (javax.sql)
    An interface for the creation of Connection objects which represent a connection to a database. This
  • XPath (javax.xml.xpath)
    XPath provides access to the XPath evaluation environment and expressions. Evaluation of XPath Expr
  • Options (org.apache.commons.cli)
    Main entry-point into the library. Options represents a collection of Option objects, which describ
  • Best IntelliJ 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