public abstract class AttackModifierBase extends EffectBase
modifiers| Constructor and Description |
|---|
AttackModifierBase() |
| Modifier and Type | Method and Description |
|---|---|
void |
applyEffect(PixelmonWrapper user,
PixelmonWrapper target)
Causes various effects during the move.
|
AttackResult |
applyEffectDuring(PixelmonWrapper user,
PixelmonWrapper target)
Causes an effect during the move.
|
boolean |
cantMiss(PixelmonWrapper user)
Determines whether a move cannot miss.
|
applyEarlyEffect, applyEffectAfterAllTargets, applyEffectAfterStatus, applyEffectHitOrMiss, applyEffectStart, applyMissEffect, changeChance, checkChance, dealtDamage, doesPersist, getChance, getWeightWithChance, isChance, modifyDamage, modifyPriority, modifyTypeEffectiveness, modifyTypeEffectiveness, weightEffectpublic AttackResult applyEffectDuring(PixelmonWrapper user, PixelmonWrapper target)
user - The move's usertarget - The move's targetjava.lang.Exceptionpublic void applyEffect(PixelmonWrapper user, PixelmonWrapper target)
EffectBaseapplyEffect in class EffectBaseuser - The move's user.target - The move's target.public boolean cantMiss(PixelmonWrapper user)
EffectBasecantMiss in class EffectBaseuser - The move's user.