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, revealHandpublic boolean isPassive()
BasePowerEffectisPassive in class BasePowerEffectpublic boolean disableEvolution(PokemonCardState affecting, PokemonCardState pokemon, GameClientState client)
BasePowerEffectdisableEvolution in class BasePowerEffectpublic boolean disableEvolution(PokemonCardState pokemon, GameClientState client)
BasePowerEffectdisableEvolution in class BasePowerEffect