public static class AttackEvent.TypeEffectiveness extends AttackEvent
AttackEvent.CriticalHit, AttackEvent.Damage, AttackEvent.Recoil, AttackEvent.Stab, AttackEvent.TypeEffectiveness, AttackEvent.Use
target, user
battleController
Constructor and Description |
---|
TypeEffectiveness(BattleController battleController,
PixelmonWrapper user,
PixelmonWrapper target,
double effectiveness) |
Modifier and Type | Method and Description |
---|---|
Effectiveness |
getEffectiveness() |
double |
getMultiplier() |
void |
setEffectiveness(Effectiveness effectiveness) |
getAttack, isSelf
getBattleController
public TypeEffectiveness(BattleController battleController, PixelmonWrapper user, PixelmonWrapper target, double effectiveness)
public void setEffectiveness(Effectiveness effectiveness)
public Effectiveness getEffectiveness()
public double getMultiplier()