public class IgnoreDefense extends EffectBase
modifiers
Constructor and Description |
---|
IgnoreDefense() |
Modifier and Type | Method and Description |
---|---|
void |
applyEffect(PixelmonWrapper user,
PixelmonWrapper target)
Causes various effects 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, weightEffect
public void applyEffect(PixelmonWrapper user, PixelmonWrapper target)
applyEffect
in class EffectBase
user
- The move's user.target
- public boolean cantMiss(PixelmonWrapper user)
cantMiss
in class EffectBase
user
- The move's user.