Package javachess.decorators
Class RookDecorator
java.lang.Object
javachess.decorators.PieceDecorator
javachess.decorators.RookDecorator
-
Field Summary
Fields inherited from class javachess.decorators.PieceDecorator
board, piece -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the valid cells for the rook.Methods inherited from class javachess.decorators.PieceDecorator
checkValidCell
-
Constructor Details
-
RookDecorator
-
-
Method Details
-
getValidCells
Get the valid cells for the rook.- Overrides:
getValidCellsin classPieceDecorator- Returns:
- An ArrayList of valid cells for the rook.
-