public static class AttackEvent.Stab extends AttackEvent
AttackEvent.CriticalHit, AttackEvent.Damage, AttackEvent.Stab, AttackEvent.TypeEffectiveness, AttackEvent.Use
Modifier and Type | Field and Description |
---|---|
double |
stabMultiplier
The multiplier for damage.
|
target, user
Constructor and Description |
---|
Stab(PixelmonWrapper user,
PixelmonWrapper target,
double stabMultiplier) |
Modifier and Type | Method and Description |
---|---|
boolean |
isStabbing()
Returns
true if this attack will receive a STAB. |
void |
setStabbing(boolean stabbing) |
getAttack, isSelf
public Stab(PixelmonWrapper user, PixelmonWrapper target, double stabMultiplier)