Uses of Class
com.prineside.tdi2.Projectile
Packages that use Projectile
Package
Description
The game itself.
-
Uses of Projectile in com.prineside.tdi2
Classes in com.prineside.tdi2 with type parameters of type ProjectileSubclasses of Projectile in com.prineside.tdi2Modifier and TypeClassDescriptionclass
class
class
A regular projectile which constantly follows the target enemy.Methods in com.prineside.tdi2 that return ProjectileMethods in com.prineside.tdi2 with parameters of type ProjectileModifier and TypeMethodDescriptionfinal void
Projectile.Factory.free
(Projectile projectile) DamageRecord.setProjectile
(Projectile projectile) -
Uses of Projectile in com.prineside.tdi2.events.game
Methods in com.prineside.tdi2.events.game that return ProjectileModifier and TypeMethodDescriptionProjectileDespawn.getProjectile()
ProjectileSpawn.getProjectile()
Methods in com.prineside.tdi2.events.game with parameters of type ProjectileConstructors in com.prineside.tdi2.events.game with parameters of type ProjectileModifierConstructorDescriptionProjectileDespawn
(Projectile projectile) ProjectileSpawn
(Projectile projectile) -
Uses of Projectile in com.prineside.tdi2.projectiles
Subclasses of Projectile in com.prineside.tdi2.projectilesModifier 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
Fields in com.prineside.tdi2.systems with type parameters of type ProjectileMethods in com.prineside.tdi2.systems that return types with arguments of type ProjectileModifier and TypeMethodDescriptionProjectile.Factory<? extends Projectile>
ProjectileSystem.getFactory
(ProjectileType projectileType) Methods in com.prineside.tdi2.systems with parameters of type ProjectileModifier and TypeMethodDescriptionvoid
ParticleSystem.addEnemyHitParticle
(Tower tower, Enemy enemy, float damage, Projectile projectile) void
ProjectileSystem.register
(Projectile projectile) Добавить снаряд в массив снарядов, которые обрабатываются.