Uses of Class
javoids.Health.DurationType

Uses of Health.DurationType in javoids
 

Fields in javoids declared as Health.DurationType
private  Health.DurationType Health.state
          the state of the sprite's duration type
 

Methods in javoids that return Health.DurationType
static Health.DurationType Health.DurationType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Health.DurationType[] Health.DurationType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in javoids with parameters of type Health.DurationType
 void Health.setState(Health.DurationType _state)
          Set the state the object is in (NORMAL,AGELESS,IMMORTAL,IMMORTAL_AGELESS).
 

Constructors in javoids with parameters of type Health.DurationType
Health(int _maxLives, int _maxDamage, int _maxDuration, int _agingRate, Health.DurationType _state)
          constructor that accepts parameters for every value