Uses of Interface
rle.core.board.CreatureAi

Packages that use CreatureAi
rle.core.board   
rle.simple.monster   
 

Uses of CreatureAi in rle.core.board
 

Fields in rle.core.board declared as CreatureAi
protected  CreatureAi Creature.ai
           
 

Methods in rle.core.board that return CreatureAi
 CreatureAi Creature.getAi()
          Returns the AI Object controlling this creature.
 

Methods in rle.core.board with parameters of type CreatureAi
 void Creature.setAi(CreatureAi ai)
           
 

Uses of CreatureAi in rle.simple.monster
 

Classes in rle.simple.monster that implement CreatureAi
 class SimpleMonsterAi
          Controls monsters.