com.croftsoft.apps.mars.model
Interface Damageable

All Superinterfaces:
Model, ModelAccessor
All Known Subinterfaces:
AmmoDump, Obstacle, Tank
All Known Implementing Classes:
SeriAmmoDump, SeriObstacle, SeriTank

public interface Damageable
extends Model

An interface for Models that can take damage.

Since:
2003-04-03
Version:
2003-04-03
Author:
David Wallace Croft

Method Summary
 void addDamage(double damage)
           
 
Methods inherited from interface com.croftsoft.apps.mars.model.Model
prepare, setCenter, update
 
Methods inherited from interface com.croftsoft.apps.mars.model.ModelAccessor
getShape, getZ, isActive, isUpdated
 

Method Detail

addDamage

void addDamage(double damage)

CroftSoft Javadoc

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