Uses of Class
com.brackeen.javagamebook.ai.Brain

Packages that use Brain
com.brackeen.javagamebook.ai   
 

Uses of Brain in com.brackeen.javagamebook.ai
 

Methods in com.brackeen.javagamebook.ai that return Brain
 Brain EvolutionGenePool.getNewBrain()
          Gets a new brain from the gene pool.
 Brain EvolutionGenePool.getRandomTopBrain()
          Gets a random top-performing brain.
 

Methods in com.brackeen.javagamebook.ai with parameters of type Brain
 void EvolutionGenePool.notifyDead(Brain brain, long damageCaused)
          Notify that a creature with the specified brain has been destroyed.
 

Constructors in com.brackeen.javagamebook.ai with parameters of type Brain
Brain(Brain brain)
          Copy constructor.
AIBot(PolygonGroup polygonGroup, CollisionDetection collisionDetection, Brain brain, PolygonGroup blastModel)