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

Packages that use AIBot
com.brackeen.javagamebook.ai   
 

Uses of AIBot in com.brackeen.javagamebook.ai
 

Subclasses of AIBot in com.brackeen.javagamebook.ai
 class EvolutionBot
           
 

Constructors in com.brackeen.javagamebook.ai with parameters of type AIBot
Projectile(PolygonGroup polygonGroup, Vector3D direction, AIBot sourceBot, int minDamage, int maxDamage)
          Create a new Blast with the specified PolygonGroup and normalized vector direction.