public class AttackAnimationVerticalStomp extends AttackAnimation
| Modifier and Type | Field and Description |
|---|---|
float |
jumpPower |
AttackAnimationData |
landingEffect |
float |
landPower |
| Constructor and Description |
|---|
AttackAnimationVerticalStomp() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
tickAnimation(int tick)
Return true if the animation is complete and the damage can be applied.
|
boolean |
usedOncePerTurn() |
initialize, instantiate, sendBattleEffectpublic float jumpPower
public float landPower
public AttackAnimationData landingEffect
public boolean tickAnimation(int tick)
AttackAnimationtickAnimation in class AttackAnimationpublic boolean usedOncePerTurn()
usedOncePerTurn in class AttackAnimation