public class DisableEvolution extends BasePowerEffect
Constructor and Description |
---|
DisableEvolution() |
Modifier and Type | Method and Description |
---|---|
boolean |
disableEvolution(PokemonCardState pokemon,
GameClientState client)
Disable all evolution.
|
boolean |
disableEvolution(PokemonCardState affecting,
PokemonCardState pokemon,
GameClientState client)
Disable evolution of a particular Pokemon
|
boolean |
isPassive()
Passive ability does not require activation
|
activate, canActivate, cleanUp, disableOtherAbilities, flipCoin, getCode, getCustomGUI, getEnergyEquivalence, getSelectorState, holdParameters, ignoreEnergyTypes, isEnabled, onAttacked, onCondition, onDamage, onEndTurn, onPlay, onStartGame, onSwitchActiveCard, retreatModifier, revealHand
public boolean isPassive()
BasePowerEffect
isPassive
in class BasePowerEffect
public boolean disableEvolution(PokemonCardState affecting, PokemonCardState pokemon, GameClientState client)
BasePowerEffect
disableEvolution
in class BasePowerEffect
public boolean disableEvolution(PokemonCardState pokemon, GameClientState client)
BasePowerEffect
disableEvolution
in class BasePowerEffect