com.croftsoft.apps.mars.model
Interface AmmoDump

All Superinterfaces:
AmmoDumpAccessor, Damageable, Model, ModelAccessor
All Known Implementing Classes:
SeriAmmoDump

public interface AmmoDump
extends Model, AmmoDumpAccessor, Damageable

An ammo dump.

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

Method Summary
 void setAmmo(double ammo)
           
 
Methods inherited from interface com.croftsoft.apps.mars.model.AmmoDumpAccessor
getAmmo, getExplosionShape, isExploding
 
Methods inherited from interface com.croftsoft.apps.mars.model.Damageable
addDamage
 
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

setAmmo

void setAmmo(double ammo)

CroftSoft Javadoc

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