Uses of Interface
com.croftsoft.apps.mars.model.Damageable

Packages that use Damageable
com.croftsoft.apps.mars.model   
com.croftsoft.apps.mars.model.seri   
 

Uses of Damageable in com.croftsoft.apps.mars.model
 

Subinterfaces of Damageable in com.croftsoft.apps.mars.model
 interface AmmoDump
          An ammo dump.
 interface Obstacle
          An obstacle.
 interface Tank
          A mobile armored tank.
 

Methods in com.croftsoft.apps.mars.model that return Damageable
 Damageable[] World.getDamageables(Shape shape, Damageable[] damageables)
          Gets all active Damageables that overlap the shape.
 

Methods in com.croftsoft.apps.mars.model with parameters of type Damageable
 Damageable[] World.getDamageables(Shape shape, Damageable[] damageables)
          Gets all active Damageables that overlap the shape.
 

Uses of Damageable in com.croftsoft.apps.mars.model.seri
 

Classes in com.croftsoft.apps.mars.model.seri that implement Damageable
 class SeriAmmoDump
          An ammunition dump.
 class SeriObstacle
          An obstacle.
 class SeriTank
          The default tank model implementation.
 

Methods in com.croftsoft.apps.mars.model.seri that return Damageable
 Damageable[] SeriWorld.getDamageables(Shape shape, Damageable[] damageables)
           
 

Methods in com.croftsoft.apps.mars.model.seri with parameters of type Damageable
 Damageable[] SeriWorld.getDamageables(Shape shape, Damageable[] damageables)
           
 


CroftSoft Javadoc

CroftSoft Apps Javadoc (2008-09-28 21:15:07)