Package hu.klenium.tetris.logic.board
Interface BoardCell
-
- All Known Implementing Classes:
EmptyBoardCell,FilledBoardCell
public interface BoardCellStores information about a cell that is needed by the board to work.
-
-
Method Summary
Modifier and Type Method Description booleanisEmpty()Tells whether this cell is empty or not.
-