public static class PathWalker.Location
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
bank |
java.lang.String |
name |
int |
x |
int |
y |
| Constructor and Description |
|---|
Location(java.lang.String name,
int x,
int y,
boolean b) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |