congrats Icon
New! Tabnine Pro 14-day free trial
Start a free trial
Tabnine Logo
CostModificationEffectImpl.init
Code IndexAdd Tabnine to your IDE (free)

How to use
init
method
in
mage.abilities.effects.common.cost.CostModificationEffectImpl

Best Java code snippets using mage.abilities.effects.common.cost.CostModificationEffectImpl.init (Showing top 5 results out of 315)

origin: magefree/mage

@Override
public void init(Ability source, Game game) {
  super.init(source, game);
}
origin: magefree/mage

@Override
public void init(Ability source, Game game) {
  super.init(source, game);
}
origin: magefree/mage

@Override
public void init(Ability source, Game game) {
  super.init(source, game);
}
origin: magefree/mage

@Override
public void init(Ability source, Game game) {
  super.init(source, game);
  CastSpellLastTurnWatcher watcher = game.getState().getWatcher(CastSpellLastTurnWatcher.class);
  if (watcher != null) {
    spellsCast =  watcher.getAmountOfSpellsPlayerCastOnCurrentTurn(source.getControllerId());
  }
}
origin: magefree/mage

@Override
public void init(Ability source, Game game) {
  super.init(source, game);
  CastSpellLastTurnWatcher watcher = game.getState().getWatcher(CastSpellLastTurnWatcher.class);
  if (watcher != null) {
    spellsCast = watcher.getAmountOfSpellsPlayerCastOnCurrentTurn(source.getControllerId());
  }
}
mage.abilities.effects.common.costCostModificationEffectImplinit

Popular methods of CostModificationEffectImpl

    Popular in Java

    • Making http requests using okhttp
    • getResourceAsStream (ClassLoader)
    • startActivity (Activity)
    • runOnUiThread (Activity)
    • ObjectMapper (com.fasterxml.jackson.databind)
      ObjectMapper provides functionality for reading and writing JSON, either to and from basic POJOs (Pl
    • Rectangle (java.awt)
      A Rectangle specifies an area in a coordinate space that is enclosed by the Rectangle object's top-
    • Dictionary (java.util)
      Note: Do not use this class since it is obsolete. Please use the Map interface for new implementatio
    • Stack (java.util)
      Stack is a Last-In/First-Out(LIFO) data structure which represents a stack of objects. It enables u
    • ImageIO (javax.imageio)
    • 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
    • Sublime Text for Python
    Tabnine Logo
    • Products

      Search for Java codeSearch for JavaScript code
    • IDE Plugins

      IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
    • Company

      About UsContact UsCareers
    • Resources

      FAQBlogTabnine AcademyStudentsTerms of usePrivacy policyJava Code IndexJavascript Code Index
    Get Tabnine for your IDE now