Class AirTower

All Implemented Interfaces:
Disposable, KryoSerializable, ScheduledUpdater.Updatable

public final class AirTower extends Tower
  • Field Details

    • ABILITY_ALIASES

      public static final String[] ABILITY_ALIASES
    • MAX_BURN_DAMAGE_ENEMY_HP_PERCENT

      public static final float MAX_BURN_DAMAGE_ENEMY_HP_PERCENT
      See Also:
    • currentTargetIgnited

      public boolean currentTargetIgnited
  • Method Details

    • write

      public void write(Kryo kryo, Output output)
      Specified by:
      write in interface KryoSerializable
      Overrides:
      write in class Tower
    • read

      public void read(Kryo kryo, Input input)
      Specified by:
      read in interface KryoSerializable
      Overrides:
      read in class Tower
    • getWeaponTextures

      public Quad getWeaponTextures()
      Specified by:
      getWeaponTextures in class Tower
    • canAim

      public boolean canAim()
      Specified by:
      canAim in class Tower
    • getEnemyPriority

      public int getEnemyPriority(Enemy enemy)
      Description copied from class: Tower
      0 - lowest priority (with lowAimPriority) 10 - regular priority
      Overrides:
      getEnemyPriority in class Tower
    • attack

      public void attack(int shotsCount)
      Overrides:
      attack in class Tower
    • calculateStat

      public float calculateStat(TowerStatType towerStatType)
    • createSpecialAbilityExplosion

      public AirFallExplosion createSpecialAbilityExplosion(float x, float y, float enemyMaxHealth)
    • update

      public void update(float deltaTime)
      Overrides:
      update in class Tower