The document defines a Java class named 'Cell' within the 'engine.board' package. It includes attributes for a Marble object, a CellType, and a boolean indicating if the cell is a trap. The class provides getter and setter methods for these attributes to manage the state of the cell.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
8 views
Cell
The document defines a Java class named 'Cell' within the 'engine.board' package. It includes attributes for a Marble object, a CellType, and a boolean indicating if the cell is a trap. The class provides getter and setter methods for these attributes to manage the state of the cell.