Package com.pixelmonmod.tcg.duel.power
Class InvisibleWall
java.lang.Object
com.pixelmonmod.tcg.duel.power.BasePowerEffect
com.pixelmonmod.tcg.duel.power.InvisibleWall
Created by Hy on 8/17/2016.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Passive ability does not require activationint
onDamage
(PokemonCardState active, PokemonCardState attacker, GameServerState server, int damage) Methods inherited from class com.pixelmonmod.tcg.duel.power.BasePowerEffect
activate, canActivate, cleanUp, disableEvolution, disableEvolution, disableOtherAbilities, flipCoin, getCode, getCustomGUI, getEnergyEquivalence, getSelectorState, holdParameters, ignoreEnergyTypes, isEnabled, onAttacked, onCondition, onEndTurn, onPlay, onStartGame, onSwitchActiveCard, retreatModifier, revealHand
-
Constructor Details
-
InvisibleWall
-
-
Method Details
-
isPassive
public boolean isPassive()Description copied from class:BasePowerEffect
Passive ability does not require activation- Overrides:
isPassive
in classBasePowerEffect
- Returns:
-
onDamage
public int onDamage(PokemonCardState active, PokemonCardState attacker, GameServerState server, int damage) - Overrides:
onDamage
in classBasePowerEffect
- Returns:
- Final damage value
-