public class MindBlown extends SpecialAttackBase
modifiers| Constructor and Description |
|---|
MindBlown() |
| Modifier and Type | Method and Description |
|---|---|
AttackResult |
applyEffectDuring(PixelmonWrapper user,
PixelmonWrapper target)
Causes effects before the move's power is calculated.
|
boolean |
cantMiss(PixelmonWrapper user)
Determines whether a move cannot miss.
|
applyAfterEffect, applyEffect, ignoresWeather, modifyPriorityapplyEarlyEffect, applyEffectAfterAllTargets, applyEffectAfterStatus, applyEffectHitOrMiss, applyEffectStart, applyMissEffect, changeChance, checkChance, dealtDamage, doesPersist, getChance, getWeightWithChance, isChance, modifyDamage, modifyPriority, modifyTypeEffectiveness, modifyTypeEffectiveness, weightEffectpublic AttackResult applyEffectDuring(PixelmonWrapper user, PixelmonWrapper target)
applyEffectDuring in class SpecialAttackBaseuser - The move's user.target - The move's target.public boolean cantMiss(PixelmonWrapper user)
cantMiss in class SpecialAttackBaseuser - The move's user.