Tabnine Logo
mage.abilities.costs.common
Code IndexAdd Tabnine to your IDE (free)

How to use mage.abilities.costs.common

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

origin: magefree/mage

/**
 * TapSourceCost added by default
 *
 * @param mana
 * @param amount
 */
public DynamicManaAbility(Mana mana, DynamicValue amount) {
  this(mana, amount, new TapSourceCost());
}
origin: magefree/mage

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

public RemoveCounterCost(TargetPermanent target, CounterType counterTypeToRemove, int countersToRemove) {
  this.target = target;
  this.counterTypeToRemove = counterTypeToRemove;
  this.countersToRemove = countersToRemove;
  this.text = setText();
}
origin: magefree/mage

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

/**
 *
 * @param mana - kind of mana
 * @param amount - value for the numbe rof numer
 * @param text - rule text for the DynamicManaEffect
 */
public DynamicManaAbility(Mana mana, DynamicValue amount, String text) {
  this(mana, amount, new TapSourceCost(), text);
}
mage.abilities.costs.common

Most used classes

  • CyclingDiscardCost
  • DiscardCardCost
  • DiscardHandCost
  • DiscardSourceCost
  • DiscardTargetCost
  • ExertSourceCost,
  • ExileFromGraveCost,
  • ExileFromHandCost,
  • ExileFromStackCost,
  • ExileFromTopOfLibraryCost,
  • ExileOpponentsCardFromExileToGraveyardCost,
  • ExileSourceCost,
  • ExileSourceFromGraveCost,
  • ExileTargetCost,
  • ExileTopCardOfGraveyardCost,
  • ExileTopCreatureCardOfGraveyardCost,
  • ExileXFromYourGraveCost,
  • GainLifeOpponentCost,
  • GainLifePlayersCost
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