Package com.prineside.tdi2.explosions
Class MissileExplosion
java.lang.Object
com.prineside.tdi2.Registrable
com.prineside.tdi2.Explosion
com.prineside.tdi2.explosions.MissileExplosion
- All Implemented Interfaces:
com.badlogic.gdx.utils.Pool.Poolable
,com.esotericsoftware.kryo.KryoSerializable
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class com.prineside.tdi2.Explosion
Explosion.Factory<T extends Explosion>
-
Field Summary
Fields inherited from class com.prineside.tdi2.Explosion
damage, fromAbility, piercingMultiplier, position, type
Fields inherited from class com.prineside.tdi2.Registrable
S
-
Method Summary
Methods inherited from class com.prineside.tdi2.Explosion
addExplosionParticle, calculateDamage, cpy, getRayIndex, getTower, isDone, multiplyDamage, read, update, write
Methods inherited from class com.prineside.tdi2.Registrable
isRegistered, setRegistered, setUnregistered
-
Method Details
-
setup
-
reset
public void reset()Description copied from interface:com.badlogic.gdx.utils.Pool.Poolable
Resets the object for reuse. Object references should be nulled and fields may be set to default values. -
explode
public void explode() -
enemyAffected
-