public class Peek extends BasePowerEffect
| Constructor and Description |
|---|
Peek() |
| Modifier and Type | Method and Description |
|---|---|
void |
activate(PokemonCardState pokemon,
GameServerState server,
PlayerServerState player) |
boolean |
canActivate(PokemonCardState pokemon,
GameServerState server)
Passive ability does not have to override this.
|
void |
cleanUp(PokemonCardState pokemon,
GameServerState server) |
CustomGUI |
getCustomGUI(PokemonCardState pokemon,
GameServerState server) |
boolean |
isEnabled(PokemonCardState pokemon,
GameClientState client)
Making sure that the non-passive ability can be activated.
|
disableEvolution, disableEvolution, disableOtherAbilities, flipCoin, getCode, getEnergyEquivalence, getSelectorState, holdParameters, ignoreEnergyTypes, isPassive, onAttacked, onCondition, onDamage, onEndTurn, onPlay, onStartGame, onSwitchActiveCard, retreatModifier, revealHandpublic boolean isEnabled(PokemonCardState pokemon, GameClientState client)
BasePowerEffectisEnabled in class BasePowerEffectpublic CustomGUI getCustomGUI(PokemonCardState pokemon, GameServerState server)
getCustomGUI in class BasePowerEffectpublic boolean canActivate(PokemonCardState pokemon, GameServerState server)
BasePowerEffectcanActivate in class BasePowerEffectpublic void activate(PokemonCardState pokemon, GameServerState server, PlayerServerState player)
activate in class BasePowerEffectpublic void cleanUp(PokemonCardState pokemon, GameServerState server)
cleanUp in class BasePowerEffect