Class CrusherTower.Hook

java.lang.Object
com.prineside.tdi2.towers.CrusherTower.Hook
All Implemented Interfaces:
com.esotericsoftware.kryo.KryoSerializable
Enclosing class:
CrusherTower

public static class CrusherTower.Hook extends Object implements com.esotericsoftware.kryo.KryoSerializable
  • Field Details

    • basePos

      public com.badlogic.gdx.math.Vector2 basePos
    • pos

      public com.badlogic.gdx.math.Vector2 pos
    • status

      public int status
    • startingHealth

      public float startingHealth
    • chewingTime

      public float chewingTime
    • timeSinceEnemySearch

      public float timeSinceEnemySearch
    • timeSinceDamage

      public float timeSinceDamage
    • recruiting

      public boolean recruiting
    • drawPos

      public com.badlogic.gdx.math.Vector2 drawPos
    • enemyStartPos

      public com.badlogic.gdx.math.Vector2 enemyStartPos
    • enemyStartDistance

      public float enemyStartDistance
  • Constructor Details

    • Hook

      public Hook()
  • Method Details

    • write

      public void write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output)
      Specified by:
      write in interface com.esotericsoftware.kryo.KryoSerializable
    • read

      public void read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input)
      Specified by:
      read in interface com.esotericsoftware.kryo.KryoSerializable
    • getTarget

      public Enemy getTarget()