Uses of Class
com.prineside.tdi2.Projectile
Package
Description
The game itself.
-
Uses of Projectile in com.prineside.tdi2
Modifier and TypeClassDescriptionclass
class
class
A regular projectile which constantly follows the target enemy.Modifier and TypeMethodDescriptionfinal void
Projectile.Factory.free
(Projectile projectile) DamageRecord.setProjectile
(Projectile projectile) -
Uses of Projectile in com.prineside.tdi2.events.game
Modifier and TypeMethodDescriptionProjectileDespawn.getProjectile()
ProjectileSpawn.getProjectile()
ModifierConstructorDescriptionProjectileDespawn
(Projectile projectile) ProjectileSpawn
(Projectile projectile) -
Uses of Projectile in com.prineside.tdi2.projectiles
Modifier and TypeClassDescriptionfinal class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
-
Uses of Projectile in com.prineside.tdi2.systems
Modifier and TypeMethodDescriptionProjectile.Factory<? extends Projectile>
ProjectileSystem.getFactory
(ProjectileType projectileType) Modifier and TypeMethodDescriptionvoid
ParticleSystem.addEnemyHitParticle
(Tower tower, Enemy enemy, float damage, Projectile projectile) void
ProjectileSystem.register
(Projectile projectile) Добавить снаряд в массив снарядов, которые обрабатываются.