Uses of Class
jurpe.combat.DualCombat

Packages that use DualCombat
jurpe.ai   
jurpe.system.commands   
 

Uses of DualCombat in jurpe.ai
 

Methods in jurpe.ai that return DualCombat
 DualCombat MonsterAI.getDualCombat()
           
 

Constructors in jurpe.ai with parameters of type DualCombat
MonsterAI(DualCombat cdc)
          Initiates Artificial Intelligence relative to a Dual Combat
 

Uses of DualCombat in jurpe.system.commands
 

Methods in jurpe.system.commands that return DualCombat
static DualCombat CombatCommands.enterCombat(PCharacter fighter, Monster monsterToFight)
          Starts a combat session.
 

Methods in jurpe.system.commands with parameters of type DualCombat
static boolean CombatCommands.continueCombat(DualCombat cbt)
          After having initialized Combat and TurnTable objects, this method return false until combat is ended.
static void CombatCommands.monsterDefetead(DualCombat cbt)
          Process human victory over the monster (loot, experience points and so on...)
 


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