public class ChessPiece extends Object implements Serializable
| Constructor and Description |
|---|
ChessPiece(ChessPieceType type,
ChessSide side) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getInitials() |
ChessSide |
getSide() |
ChessPieceType |
getType() |
int |
hashCode() |
String |
toString() |
public ChessPiece(ChessPieceType type, ChessSide side)
public ChessPieceType getType()
public ChessSide getSide()
public String getInitials()
Copyright © 2016. All Rights Reserved.