before big code modification (moving player color in Board)
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
<!--NewPage-->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<!-- Generated by javadoc (build 1.5.0_05) on Fri Jan 13 17:00:38 GMT 2006 -->
|
||||
<!-- Generated by javadoc (build 1.5.0_05) on Tue Jan 17 15:42:51 GMT 2006 -->
|
||||
<TITLE>
|
||||
Uses of Class suicideChess.Move
|
||||
</TITLE>
|
||||
@ -88,13 +88,29 @@ Uses of <A HREF="../../suicideChess/Move.html" title="class in suicideChess">Mov
|
||||
|
||||
<P>
|
||||
|
||||
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
|
||||
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
|
||||
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../suicideChess/package-summary.html">suicideChess</A> that return <A HREF="../../suicideChess/Move.html" title="class in suicideChess">Move</A></FONT></TH>
|
||||
</TR>
|
||||
<TR BGCOLOR="white" CLASS="TableRowColor">
|
||||
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
||||
<CODE> <A HREF="../../suicideChess/Move.html" title="class in suicideChess">Move</A></CODE></FONT></TD>
|
||||
<TD><CODE><B>ComputerPlayer.</B><B><A HREF="../../suicideChess/ComputerPlayer.html#doMove(suicideChess.Board)">doMove</A></B>(<A HREF="../../suicideChess/Board.html" title="class in suicideChess">Board</A> bitboard)</CODE>
|
||||
|
||||
<BR>
|
||||
This asks the computer to compute a move</TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
|
||||
<P>
|
||||
|
||||
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
|
||||
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
|
||||
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../suicideChess/package-summary.html">suicideChess</A> that return types with arguments of type <A HREF="../../suicideChess/Move.html" title="class in suicideChess">Move</A></FONT></TH>
|
||||
</TR>
|
||||
<TR BGCOLOR="white" CLASS="TableRowColor">
|
||||
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
||||
<CODE> java.util.ArrayList<<A HREF="../../suicideChess/Move.html" title="class in suicideChess">Move</A>></CODE></FONT></TD>
|
||||
<CODE>static java.util.ArrayList<<A HREF="../../suicideChess/Move.html" title="class in suicideChess">Move</A>></CODE></FONT></TD>
|
||||
<TD><CODE><B>Rules.</B><B><A HREF="../../suicideChess/Rules.html#getLegalMovesCapture()">getLegalMovesCapture</A></B>()</CODE>
|
||||
|
||||
<BR>
|
||||
@ -103,7 +119,7 @@ Uses of <A HREF="../../suicideChess/Move.html" title="class in suicideChess">Mov
|
||||
</TR>
|
||||
<TR BGCOLOR="white" CLASS="TableRowColor">
|
||||
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
||||
<CODE> java.util.ArrayList<<A HREF="../../suicideChess/Move.html" title="class in suicideChess">Move</A>></CODE></FONT></TD>
|
||||
<CODE>static java.util.ArrayList<<A HREF="../../suicideChess/Move.html" title="class in suicideChess">Move</A>></CODE></FONT></TD>
|
||||
<TD><CODE><B>Rules.</B><B><A HREF="../../suicideChess/Rules.html#getLegalMovesNonCapture()">getLegalMovesNonCapture</A></B>()</CODE>
|
||||
|
||||
<BR>
|
||||
@ -120,6 +136,14 @@ Uses of <A HREF="../../suicideChess/Move.html" title="class in suicideChess">Mov
|
||||
</TR>
|
||||
<TR BGCOLOR="white" CLASS="TableRowColor">
|
||||
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
||||
<CODE>static void</CODE></FONT></TD>
|
||||
<TD><CODE><B>XBoardProtocol.</B><B><A HREF="../../suicideChess/XBoardProtocol.html#doMove(suicideChess.Move)">doMove</A></B>(<A HREF="../../suicideChess/Move.html" title="class in suicideChess">Move</A> move)</CODE>
|
||||
|
||||
<BR>
|
||||
Sends a move message to XBoard</TD>
|
||||
</TR>
|
||||
<TR BGCOLOR="white" CLASS="TableRowColor">
|
||||
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
||||
<CODE> void</CODE></FONT></TD>
|
||||
<TD><CODE><B>Board.</B><B><A HREF="../../suicideChess/Board.html#doMove(suicideChess.Move)">doMove</A></B>(<A HREF="../../suicideChess/Move.html" title="class in suicideChess">Move</A> move)</CODE>
|
||||
|
||||
|
Reference in New Issue
Block a user