Uses of Class
jurpe.system.EffectType

Packages that use EffectType
jurpe.system   
 

Uses of EffectType in jurpe.system
 

Fields in jurpe.system declared as EffectType
static EffectType EffectType.ATTACK_MODIFIER
           
static EffectType EffectType.DX_MODIFIER
           
static EffectType EffectType.HT_MODIFIER
           
static EffectType EffectType.IQ_MODIFIER
           
static EffectType EffectType.ST_MODIFIER
           
 

Methods in jurpe.system that return EffectType
 EffectType TurnEffect.getEffectType()
          Get Effect type of this Turn Effect
 

Methods in jurpe.system with parameters of type EffectType
 void TurnTable.addEffect(EffectType et, int modifier, short nT)
          Add an effect to current player with a duration of n turns
 void TurnTable.addEffect(PC player, EffectType et, int modifier, short nT)
          Add an effect to a particular player with a duration of nT turns
 int TurnTable.getEffect(EffectType et)
          Get the modifier for a specified Effect in charge for current player
 

Constructors in jurpe.system with parameters of type EffectType
TurnEffect(PC affected, EffectType et, int mod, short turns)
          Contruct a new Turn Effect
 


Jurpe - Java Universal Role Playing Engine - http://jurpe.sourceforge.net