Codota Logo
mage.abilities.effects.keyword
Code IndexAdd Codota to your IDE (free)

How to use mage.abilities.effects.keyword

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

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
BufferedReader b =
  • Codota IconInputStream in;new BufferedReader(new InputStreamReader(in))
  • Codota IconReader in;new BufferedReader(in)
  • Codota IconFile file;new BufferedReader(new FileReader(file))
  • Smart code suggestions by Codota
}
origin: magefree/mage

public ExploreSourceEffect(boolean showAbilityHint, String whosExplores) {
  super(Outcome.Benefit);
  if(whosExplores != null) {
    this.sourceName = whosExplores;
  }
  setText();
}
origin: magefree/mage

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

public SurveilEffect(int scryNumber) {
  super(Outcome.Benefit);
  this.surveilNumber = scryNumber;
  this.setText();
}
origin: magefree/mage

public ScryEffect(int scryNumber) {
  super(Outcome.Benefit);
  this.scryNumber = scryNumber;
  this.setText();
}
origin: magefree/mage

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

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

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

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

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

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

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

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

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

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

public FatesealEffect(int fatesealNumber) {
  super(Outcome.Benefit);
  this.fatesealNumber = fatesealNumber;
  this.setText();
}
origin: magefree/mage

public BolsterEffect(DynamicValue amount) {
  super(Outcome.BoostCreature);
  this.amount = amount;
  this.staticText = setText();
}
origin: magefree/mage

public ManifestEffect(int amount) {
  super(Outcome.PutCreatureInPlay);
  this.amount = amount;
  this.staticText = setText();
}
origin: magefree/mage

public ManifestTargetPlayerEffect(int amount, String prefix) {
  super(Outcome.PutCreatureInPlay);
  this.amount = amount;
  this.prefix = prefix;
  this.staticText = setText();
}
origin: magefree/mage

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

public ExploreSourceEffect(final ExploreSourceEffect effect) {
  super(effect);
  this.showAbilityHint = effect.showAbilityHint;
  this.sourceName = effect.sourceName;
  setText();
}
mage.abilities.effects.keyword

Most used classes

  • AdaptEffect
  • AscendEffect
  • BolsterEffect
  • ExploreSourceEffect
  • ExploreTargetEffect
  • InvestigateEffect,
  • ManifestEffect,
  • ManifestTargetPlayerEffect,
  • ProtectionChosenColorAttachedEffect,
  • ProtectionChosenColorSourceEffect,
  • ScryEffect,
  • SupportEffect,
  • SurveilEffect,
  • SweepEffect,
  • EchoEffect
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now