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, sendBattleEffect
public float jumpPower
public float landPower
public AttackAnimationData landingEffect
public boolean tickAnimation(int tick)
AttackAnimation
tickAnimation
in class AttackAnimation
public boolean usedOncePerTurn()
usedOncePerTurn
in class AttackAnimation