Uses of Class
org.generation5.ai.BoardGameAgent

Packages that use BoardGameAgent
org.generation5.ai General AI classes including agents, pathfinders and finite-state machines. 
 

Uses of BoardGameAgent in org.generation5.ai
 

Fields in org.generation5.ai declared as BoardGameAgent
protected  BoardGameAgent[] BoardGame.gameAgents
          The game agents.
 

Methods in org.generation5.ai with parameters of type BoardGameAgent
 void BoardGame.addPlayer(int playerID, BoardGameAgent agent)
          Add a player to the game.
 void BoardGame.addPlayer(int playerID, BoardGameAgent agent, java.awt.Color pieceColor)
          Add a player, and specify the colour.
 


This documentation is part of the Generation5 JDK.