public interface GamePiece
Modifier and Type | Method and Description |
---|---|
char |
getIcon()
This is the getter to figure out what piece icon it is.
|
String |
getTypeOfPiece()
This is the getter to figure out what piece it is.
|
void |
setIcon(char NewIcon)
This is the setter for the Icon it will be
|
void |
setTypeOfPiece(String newTypeOfPiece)
This is the setter for the TypeOfPiece it will be
|
String getTypeOfPiece()
void setTypeOfPiece(String newTypeOfPiece)
newTypeOfPiece
- is the type of piece that will be in the gamechar getIcon()
void setIcon(char NewIcon)
NewIcon
- is the icon of piece that will be in the game