moagg.model
Interface Destroyable

All Known Implementing Classes:
DestroyableImpl

public interface Destroyable

Game objects that can be destroyed should use this interface (and impl) for storing the state.

See Also:
DestroyableObject

Method Summary
 int getHealth()
           
 void setHealth(int health)
           
 

Method Detail

getHealth

int getHealth()

setHealth

void setHealth(int health)


Copyright © 2008. All Rights Reserved.