Uses of Interface
apes.IEnemyAI

Uses of IEnemyAI in apes
 

Classes in apes that implement IEnemyAI
 class AbstractEnemyAI
          An abstract implementation of the IEnemyAI interface.
 class EnemyAIMedium
          This *AI* is smarter than the Simple one.
 class EnemyAIMediumBACKUP
          This *AI* is smarter than the Simple one.
 class EnemyAIMediumRewrite
           
 class EnemyAISimple
          this simple ai throws bananas at a random velocity and angle.
 

Methods in apes that return IEnemyAI
 IEnemyAI EnemyAIChooser.getAI()