public static class AttackEvent.Use extends AttackEvent
AttackEvent.CriticalHit, AttackEvent.Damage, AttackEvent.Stab, AttackEvent.TypeEffectiveness, AttackEvent.Use
Modifier and Type | Field and Description |
---|---|
double |
accuracy |
AttackBase |
attack |
boolean |
cantMiss |
target, user
Constructor and Description |
---|
Use(PixelmonWrapper user,
PixelmonWrapper target,
AttackBase attack,
double accuracy,
boolean cantMiss) |
getAttack, isSelf
public final AttackBase attack
public double accuracy
public boolean cantMiss
public Use(PixelmonWrapper user, PixelmonWrapper target, AttackBase attack, double accuracy, boolean cantMiss)