Package com.pixelmonmod.tcg.duel.power
Class StepIn
java.lang.Object
com.pixelmonmod.tcg.duel.power.BasePowerEffect
com.pixelmonmod.tcg.duel.power.StepIn
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidactivate(PokemonCardState pokemon, GameServerState server, PlayerServerState player) booleanisEnabled(PokemonCardState pokemon, GameClientState client) Making sure that the non-passive ability can be activated.Methods inherited from class com.pixelmonmod.tcg.duel.power.BasePowerEffect
canActivate, cleanUp, disableEvolution, disableEvolution, disableOtherAbilities, flipCoin, getCode, getCustomGUI, getEnergyEquivalence, getSelectorState, holdParameters, ignoreEnergyTypes, isPassive, onAttacked, onCondition, onDamage, onEndTurn, onPlay, onStartGame, onSwitchActiveCard, retreatModifier, revealHand
-
Constructor Details
-
StepIn
public StepIn()
-
-
Method Details
-
isEnabled
Description copied from class:BasePowerEffectMaking sure that the non-passive ability can be activated. Checks for Sleep, Confused, Paralyzed- Overrides:
isEnabledin classBasePowerEffect- Returns:
-
activate
- Overrides:
activatein classBasePowerEffect
-