htwdd.chessgame.server.model / Piece
Piece
class Piece : Serializable
Represent a chess piece
Author Felix Dimmel
Constructors
| <init> | Piece(type: PieceType, position: Field)Represent a chess piece |
Properties
| position | var position: FieldPosition of the chessboard field |
| type | var type: PieceTypeType of piece |