public class JumpKick extends SpecialAttackBase
modifiers
Constructor and Description |
---|
JumpKick() |
Modifier and Type | Method and Description |
---|---|
void |
applyMissEffect(PixelmonWrapper user,
PixelmonWrapper target)
Triggers when the move misses.
|
applyAfterEffect, applyEffect, applyEffectDuring, cantMiss, ignoresWeather, modifyPriority
applyEarlyEffect, applyEffectAfterAllTargets, applyEffectAfterStatus, applyEffectHitOrMiss, applyEffectStart, changeChance, checkChance, dealtDamage, doesPersist, getChance, getWeightWithChance, isChance, modifyDamage, modifyPriority, modifyTypeEffectiveness, modifyTypeEffectiveness, weightEffect
public void applyMissEffect(PixelmonWrapper user, PixelmonWrapper target)
EffectBase
applyMissEffect
in class EffectBase
user
- The move's user.target
- The move's target.