Package com.prineside.tdi2.towers
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 Summary
FieldsModifier and TypeFieldDescriptioncom.badlogic.gdx.math.Vector2
float
com.badlogic.gdx.math.Vector2
float
com.badlogic.gdx.math.Vector2
com.badlogic.gdx.math.Vector2
boolean
float
int
float
float
-
Constructor Summary
Constructors -
Method Summary
-
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 interfacecom.esotericsoftware.kryo.KryoSerializable
-
read
public void read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input) - Specified by:
read
in interfacecom.esotericsoftware.kryo.KryoSerializable
-
getTarget
-