public class Damage extends AttackModifierBase
Modifier and Type | Field and Description |
---|---|
int |
amount |
ValueType |
type |
modifiers
Modifier and Type | Method and Description |
---|---|
AttackResult |
applyEffectDuring(PixelmonWrapper user,
PixelmonWrapper target)
Causes an effect during the move.
|
applyEffect, cantMiss
applyEarlyEffect, applyEffectAfterAllTargets, applyEffectAfterStatus, applyEffectHitOrMiss, applyEffectStart, applyMissEffect, changeChance, checkChance, dealtDamage, doesPersist, getChance, getWeightWithChance, isChance, modifyDamage, modifyPriority, modifyTypeEffectiveness, modifyTypeEffectiveness, weightEffect
public ValueType type
public int amount
public Damage(Value... values)
public AttackResult applyEffectDuring(PixelmonWrapper user, PixelmonWrapper target)
AttackModifierBase
applyEffectDuring
in class AttackModifierBase
user
- The move's usertarget
- The move's target