public class DisableCardEffect extends BaseAttackEffectWithOptionalFlip
needCoinSide| Constructor and Description |
|---|
DisableCardEffect()
Only used for one attack hence specialized actual effect, left it malleable for future attacks.
|
| Modifier and Type | Method and Description |
|---|---|
void |
applyOnCorrectCoinSideBeforeDamage(java.util.List<java.lang.Object> parameters,
PokemonAttackStatus attack,
PokemonCardState card,
GameServerState server) |
BaseAttackEffect |
parse(java.lang.String... args) |
applyAfterDamage, applyBeforeDamage, applyOnCorrectCoinSideAfterDamage, flipCoin, isCorrectCoinSide, setRequiredCoinSideapplyDelayAfterDamage, canApply, chooseOppAttack, construct, getCodes, getCustomGUI, getOpponentSelectorState, getSelectorState, isOptional, modifyDamage, modifyTurn, setOptional, withConstructorpublic DisableCardEffect()
public void applyOnCorrectCoinSideBeforeDamage(java.util.List<java.lang.Object> parameters,
PokemonAttackStatus attack,
PokemonCardState card,
GameServerState server)
applyOnCorrectCoinSideBeforeDamage in class BaseAttackEffectWithOptionalFlippublic BaseAttackEffect parse(java.lang.String... args)
parse in class BaseAttackEffect