Uses of Class
com.prineside.tdi2.events.game.EnemySpawn
Packages that use EnemySpawn
Package
Description
Variants of
Ability
Abilities are what the player can use manually during the game (such things as a Fireball or Nuke).-
Uses of EnemySpawn in com.prineside.tdi2.abilities
Methods in com.prineside.tdi2.abilities with parameters of type EnemySpawn -
Uses of EnemySpawn in com.prineside.tdi2.events.game
Methods in com.prineside.tdi2.events.game that return EnemySpawn -
Uses of EnemySpawn in com.prineside.tdi2.gameplayMods.mods
Methods in com.prineside.tdi2.gameplayMods.mods with parameters of type EnemySpawnModifier and TypeMethodDescriptionvoid
EnemiesDropResources.handleEvent
(EnemySpawn event) void
FirstEnemiesInWaveExplode.handleEvent
(EnemySpawn event) void
LastEnemiesInWaveDealNoDamage.handleEvent
(EnemySpawn event) void
MinersSpawnEnemies.OnEnemySpawn.handleEvent
(EnemySpawn event) void
SpawnZombiesFromBase.handleEvent
(EnemySpawn event) void
SummonLootBoss.OnEnemySpawn.handleEvent
(EnemySpawn event) void
SummonLootBoss.onEnemySpawn
(EnemySpawn event) -
Uses of EnemySpawn in com.prineside.tdi2.ui.components
Methods in com.prineside.tdi2.ui.components with parameters of type EnemySpawnModifier and TypeMethodDescriptionvoid
NewEnemyOverlay.handleEvent
(EnemySpawn event) void
SpawnMenu.handleEvent
(EnemySpawn event) -
Uses of EnemySpawn in com.prineside.tdi2.waves.processors
Methods in com.prineside.tdi2.waves.processors with parameters of type EnemySpawnModifier and TypeMethodDescriptionvoid
BrootBossWaveProcessor.handleEvent
(EnemySpawn event) void
ConstructorBossWaveProcessor.handleEvent
(EnemySpawn event) void
MetaphorBossWaveProcessor.OnEnemySpawn.handleEvent
(EnemySpawn event) void
MobchainBossWaveProcessor.handleEvent
(EnemySpawn event) void
SnakeBossWaveProcessor.handleEvent
(EnemySpawn event)