Package com.prineside.tdi2.events.game
Class EnemySpawn
java.lang.Object
com.prineside.tdi2.events.StoppableEvent
com.prineside.tdi2.events.game.EnemySpawn
- All Implemented Interfaces:
Event
An enemy is being spawned on the map.
Enemy is already added to the list of spawned enemies at this point but Enemy.onSpawn() has not
yet being called.
(A) Triggered by MapSystem after the enemy has been registered
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.prineside.tdi2.events.StoppableEvent
isStopped, stop
-
Constructor Details
-
EnemySpawn
public EnemySpawn()
-
-
Method Details
-
setup
-
reset
-
getEnemy
-
setEnemy
-