Uses of Class
com.prineside.tdi2.EnemyGroup
Packages that use EnemyGroup
Package
Description
The game itself.
-
Uses of EnemyGroup in com.prineside.tdi2
Subclasses of EnemyGroup in com.prineside.tdi2Fields in com.prineside.tdi2 declared as EnemyGroupModifier and TypeFieldDescriptionWaveTemplates.PredefinedWaveTemplate.enemyGroups
EnemyGroup.SpawnEnemyGroup.waveGroup
Fields in com.prineside.tdi2 with type parameters of type EnemyGroupMethods in com.prineside.tdi2 that return EnemyGroupMethods in com.prineside.tdi2 that return types with arguments of type EnemyGroupModifier and TypeMethodDescriptionWaveProcessor.generateEnemyGroups
(int waveNumber, int difficulty) Constructors in com.prineside.tdi2 with parameters of type EnemyGroupModifierConstructorDescriptionPredefinedWaveTemplate
(EnemyGroup enemyGroup) С одной группой враговPredefinedWaveTemplate
(EnemyGroup enemyGroup1, EnemyGroup enemyGroup2) PredefinedWaveTemplate
(EnemyGroup enemyGroup1, EnemyGroup enemyGroup2, EnemyGroup enemyGroup3) SpawnEnemyGroup
(EnemyGroup waveGroup, EnemyType type, float speed, float health, int count, float delay, float interval, float bounty, float killExp, int killScore) Constructor parameters in com.prineside.tdi2 with type arguments of type EnemyGroupModifierConstructorDescriptionWave
(int waveNumber, int difficulty, Array<EnemyGroup> enemyGroups) -
Uses of EnemyGroup in com.prineside.tdi2.systems
Methods in com.prineside.tdi2.systems that return types with arguments of type EnemyGroupModifier and TypeMethodDescriptionWaveSystem.generateEnemyGroups
(int waveNumber, WaveSystem.Mode mode, WaveDifficultyProvider wdp, int averageDifficulty, WaveBossSupplier bossWaves, Map map, long seed, WaveTemplates.PredefinedWaveTemplate[] predefinedWaveTemplates) Должен работать так же, как generateWave() -
Uses of EnemyGroup in com.prineside.tdi2.waves.processors
Methods in com.prineside.tdi2.waves.processors that return types with arguments of type EnemyGroupModifier and TypeMethodDescriptionBrootBossWaveProcessor.generateEnemyGroups
(int waveNumber, int difficulty) ConstructorBossWaveProcessor.generateEnemyGroups
(int waveNumber, int difficulty) MetaphorBossWaveProcessor.generateEnemyGroups
(int waveNumber, int difficulty) MobchainBossWaveProcessor.generateEnemyGroups
(int waveNumber, int difficulty) SnakeBossWaveProcessor.generateEnemyGroups
(int waveNumber, int difficulty)