Uses of Class
com.b3dgs.lionengine.game.Projectile

Packages that use Projectile
com.b3dgs.lionengine.game   
com.b3dgs.lionengine.game.strategy.ability   
 

Uses of Projectile in com.b3dgs.lionengine.game
 

Classes in com.b3dgs.lionengine.game with type parameters of type Projectile
 class Projectile<TProj extends Projectile<TProj>>
          Represent an entity which can thrown intances of itself.
 

Constructors in com.b3dgs.lionengine.game with parameters of type Projectile
Projectile(Projectile<TProj> p)
          Create a new sub projectile, ready to be thrown.
 

Uses of Projectile in com.b3dgs.lionengine.game.strategy.ability
 

Constructors in com.b3dgs.lionengine.game.strategy.ability with parameters of type Projectile
AbstractAttackerDistanceAbility(AbstractUnit<TTile,TSkill,TAttr> attacker, Projectile<?> projectile)