moagg.model.object
Interface ShootableWithWarheadObject

All Superinterfaces:
DestroyableObject, MoaggGameObject, ShootableObject
All Known Implementing Classes:
Grenade, Missile

public interface ShootableWithWarheadObject
extends ShootableObject

Shootable game objects that may contain a warhead (e.g. missiles and grenades) must implement this interface.


Method Summary
 Warhead getWarhead()
           
 
Methods inherited from interface moagg.model.object.ShootableObject
getDamage, getShooter, isDestroyableByProjectile, setDamage
 
Methods inherited from interface moagg.model.object.DestroyableObject
destroy, getHealth, getScorePoints, setHealth
 

Method Detail

getWarhead

Warhead getWarhead()


Copyright © 2008. All Rights Reserved.