com.b3dgs.lionengine.game
Class AbstractAttributes

java.lang.Object
  extended by com.b3dgs.lionengine.game.AbstractAttributes

public abstract class AbstractAttributes
extends java.lang.Object

Container designed to cover attributes (already include vitality). Using Attribute type, it is recommended to use final vars.

See Also:
Attribute

Field Summary
 Attribute vitality
          Vitality attribute.
 
Constructor Summary
AbstractAttributes()
          Create a new set of attributes.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

vitality

public final Attribute vitality
Vitality attribute.

Constructor Detail

AbstractAttributes

public AbstractAttributes()
Create a new set of attributes.