|
Internet Chess ToolKit v0.2.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectictk.boardgame.Piece
A place holder class for things like Chess pieces, Go Stones, Scrabble tiles etc. This isn't well defined yet because I'm not sure what the pieces would have in common -- besides being pieces.
Constructor Summary | |
Piece()
|
Method Summary | |
abstract Board |
getBoard()
return the Board that this Piece is associated with (though not necessarily on at the time of the call). |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Piece()
Method Detail |
public abstract Board getBoard()
|
Submit a bug or feature Visit the Website Internet Chess ToolKit is licensed under the GPL v2 . |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |