public class BeakBlast extends SpecialAttackBase
modifiers
Constructor and Description |
---|
BeakBlast() |
Modifier and Type | Method and Description |
---|---|
void |
applyAfterEffect(PixelmonWrapper user)
Fires after the moves functionality has completed, after damage, etc.
|
void |
applyEarlyEffect(PixelmonWrapper user)
Triggers before the move is used.
|
applyEffect, applyEffectDuring, cantMiss, ignoresWeather, modifyPriority
applyEffectAfterAllTargets, applyEffectAfterStatus, applyEffectHitOrMiss, applyEffectStart, applyMissEffect, changeChance, checkChance, dealtDamage, doesPersist, getChance, getWeightWithChance, isChance, modifyDamage, modifyPriority, modifyTypeEffectiveness, modifyTypeEffectiveness, weightEffect
public void applyEarlyEffect(PixelmonWrapper user)
EffectBase
applyEarlyEffect
in class EffectBase
user
- The move's user.public void applyAfterEffect(PixelmonWrapper user)
applyAfterEffect
in class SpecialAttackBase
user
- - The user of the move.