public class Grid
extends java.lang.Object
| Constructor and Description |
|---|
Grid(int width,
int height) |
| Modifier and Type | Method and Description |
|---|---|
int |
getHeight() |
int |
getWidth() |
boolean |
isWalkable(int x,
int y) |
void |
setWalkable(int x,
int y,
boolean flag) |
Copyright © 2019. All rights reserved.