A C F G H I M P R S T V 

C

canGoArea(int[][], int, int, AtMove) - Method in class chessBall.ai.AI
returns a 2 dimensional boolean array
true = the figure on position x|y can move on that field
false = the figure on position x|y can't move on that field
canGoArea(int[][], int, int, int) - Method in class chessBall.ai.AI
returns a 2 dimensional boolean array
true = the figure on position x|y can move on that field
false = the figure on position x|y can't move on that field
change() - Method in enum chessBall.AtMove
 
chessBall.ai - package chessBall.ai
 
ChessBallAIMove - Class in chessBall.ai
 
ChessBallAIMove(int, int, int, int, int) - Constructor for class chessBall.ai.ChessBallAIMove
 
ChessBallConstants - Class in chessBall
 
ChessBallConstants() - Constructor for class chessBall.ChessBallConstants
 
A C F G H I M P R S T V