Class EnemySpawn

java.lang.Object
com.prineside.tdi2.events.StoppableEvent
com.prineside.tdi2.events.game.EnemySpawn
All Implemented Interfaces:
Event

public final class EnemySpawn extends StoppableEvent
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 Details

    • EnemySpawn

      public EnemySpawn(Enemy enemy)
  • Method Details