public class SimpleBeam extends ChangeAbility
modifiers
Constructor and Description |
---|
SimpleBeam()
Initialize Simple Beam.
|
Modifier and Type | Method and Description |
---|---|
AttackResult |
applyEffectDuring(PixelmonWrapper user,
PixelmonWrapper target)
Causes effects before move connects.
|
weightEffect
applyAfterEffect, applyEffect, cantMiss, ignoresWeather, modifyPriority
applyEarlyEffect, applyEffectAfterAllTargets, applyEffectAfterStatus, applyEffectHitOrMiss, applyEffectStart, applyMissEffect, changeChance, checkChance, dealtDamage, doesPersist, getChance, getWeightWithChance, isChance, modifyDamage, modifyPriority, modifyTypeEffectiveness, modifyTypeEffectiveness
public AttackResult applyEffectDuring(PixelmonWrapper user, PixelmonWrapper target)
SpecialAttackBase
applyEffectDuring
in class ChangeAbility
user
- The move's user.target
- The move's target.