public static class AttackEvent.CriticalHit extends AttackEvent
AttackEvent.CriticalHit, AttackEvent.Damage, AttackEvent.Stab, AttackEvent.TypeEffectiveness, AttackEvent.Use| Modifier and Type | Field and Description | 
|---|---|
| double | critMultiplierThe multiplier for damage. | 
target, user| Constructor and Description | 
|---|
| CriticalHit(PixelmonWrapper user,
           PixelmonWrapper target,
           double critMultiplier) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | isCrit()Returns  trueif this attack will receive a STAB. | 
| void | setCrit(boolean crit) | 
getAttack, isSelfpublic CriticalHit(PixelmonWrapper user, PixelmonWrapper target, double critMultiplier)