public class MapGrid
extends java.lang.Object
| Constructor and Description |
|---|
MapGrid() |
| Modifier and Type | Method and Description |
|---|---|
static MapGridCell |
getGridCell(int x,
int y)
Liefert die GridCell von angegebener Position zurück.
|
public static MapGridCell getGridCell(int x, int y)
x - X-Koordinatey - Y-Koordinate