public class HydroSteam extends SpecialAttackBase
modifiers
Constructor and Description |
---|
HydroSteam() |
Modifier and Type | Method and Description |
---|---|
AttackResult |
applyEffectStart(PixelmonWrapper user,
PixelmonWrapper target)
Causes effects before the move's power is calculated.
|
boolean |
ignoresWeather(PixelmonWrapper pw)
Has the move ignore weather effects.
|
applyAfterEffect, applyEffect, applyEffectDuring, cantMiss, modifyPriority
applyEarlyEffect, applyEffectAfterAllTargets, applyEffectAfterStatus, applyEffectHitOrMiss, applyMissEffect, changeChance, checkChance, dealtDamage, doesPersist, getChance, getWeightWithChance, isChance, modifyDamage, modifyPriority, modifyTypeEffectiveness, modifyTypeEffectiveness, weightEffect
public boolean ignoresWeather(PixelmonWrapper pw)
SpecialAttackBase
ignoresWeather
in class SpecialAttackBase
pw
- The move's user.public AttackResult applyEffectStart(PixelmonWrapper user, PixelmonWrapper target)
EffectBase
applyEffectStart
in class EffectBase
user
- The move's user.target
- The move's target.