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, setRequiredCoinSide
applyDelayAfterDamage, canApply, chooseOppAttack, construct, getCodes, getCustomGUI, getOpponentSelectorState, getSelectorState, isOptional, modifyDamage, modifyTurn, setOptional, withConstructor
public DisableCardEffect()
public void applyOnCorrectCoinSideBeforeDamage(java.util.List<java.lang.Object> parameters, PokemonAttackStatus attack, PokemonCardState card, GameServerState server)
applyOnCorrectCoinSideBeforeDamage
in class BaseAttackEffectWithOptionalFlip
public BaseAttackEffect parse(java.lang.String... args)
parse
in class BaseAttackEffect