draw abstract method
Draws a cell
at the given x
and y
position.
This method is provided as a convenience for drawing a single cell, and as a default implementation for the drawBatch method, but should not be used for drawing multiple cells, as it may be less efficient.
Implementation
void draw(int x, int y, Cell cell);