game.graphics
Interface IEphemereObject

All Superinterfaces:
IGraphicObject
All Known Implementing Classes:
CEphemereMessage, CEphemereText, CSparkle

public interface IEphemereObject
extends IGraphicObject

Same as base class except objects implementing this are mortal. See CSparkle for an implementation.

Author:
seb

Method Summary
 boolean isDead()
           
 
Methods inherited from interface game.graphics.IGraphicObject
animate, cycle, draw, getCenter, getVelocity, intersect
 

Method Detail

isDead

boolean isDead()