public class IgnoreStatsEffect extends BaseAttackEffect
Constructor and Description |
---|
IgnoreStatsEffect() |
Modifier and Type | Method and Description |
---|---|
void |
applyAfterDamage(java.util.List<java.lang.Object> parameters,
PokemonAttackStatus attack,
PokemonCardState card,
GameServerState server,
int finalDamage) |
void |
applyBeforeDamage(java.util.List<java.lang.Object> parameters,
PokemonAttackStatus attack,
PokemonCardState card,
GameServerState server) |
applyDelayAfterDamage, canApply, chooseOppAttack, construct, flipCoin, getCodes, getCustomGUI, getOpponentSelectorState, getSelectorState, isOptional, modifyDamage, modifyTurn, parse, setOptional, setRequiredCoinSide, withConstructor
public void applyBeforeDamage(java.util.List<java.lang.Object> parameters, PokemonAttackStatus attack, PokemonCardState card, GameServerState server)
applyBeforeDamage
in class BaseAttackEffect
public void applyAfterDamage(java.util.List<java.lang.Object> parameters, PokemonAttackStatus attack, PokemonCardState card, GameServerState server, int finalDamage)
applyAfterDamage
in class BaseAttackEffect