Uses of Class
apes.BlockMap

Uses of BlockMap in apes
 

Fields in apes declared as BlockMap
protected  BlockMap AbstractEnemyAI.map
           
 BlockMap GameState.map
           
 

Constructors in apes with parameters of type BlockMap
AbstractEnemyAI(BlockMap map)
          constructs a new ai that controlls the given banana.
EnemyAIChooser(BlockMap map)
           
EnemyAIMedium(BlockMap map)
          constructs a new medium ai.
EnemyAIMediumBACKUP(BlockMap map)
          constructs a new medium ai.
EnemyAIMediumRewrite(BlockMap map)
           
EnemyAISimple(BlockMap map)