mechanics.statuses
Interface StatusListener


public interface StatusListener


Method Summary
 void informStatusApplied(Pokemon source, Pokemon poke, StatusEffect eff)
          Called when a status effect is successfully applied to a pokemon.
 void informStatusRemoved(Pokemon poke, StatusEffect eff)
          Called when a status effect is remove from a pokemon.
 

Method Detail

informStatusApplied

void informStatusApplied(Pokemon source,
                         Pokemon poke,
                         StatusEffect eff)
Called when a status effect is successfully applied to a pokemon.


informStatusRemoved

void informStatusRemoved(Pokemon poke,
                         StatusEffect eff)
Called when a status effect is remove from a pokemon.