public static class AttackEvent.TypeEffectiveness extends AttackEvent
AttackEvent.CriticalHit, AttackEvent.Damage, AttackEvent.Recoil, AttackEvent.Stab, AttackEvent.TypeEffectiveness, AttackEvent.Usetarget, userbattleController| 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, isSelfgetBattleControllerpublic TypeEffectiveness(BattleController battleController, PixelmonWrapper user, PixelmonWrapper target, double effectiveness)
public void setEffectiveness(Effectiveness effectiveness)
public Effectiveness getEffectiveness()
public double getMultiplier()