public static class GridLocale.CrossExit
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
java.lang.String |
destRoomID |
|
int |
dir |
|
boolean |
out |
|
int |
x |
|
int |
y |
| Constructor | Description |
|---|---|
CrossExit() |
| Modifier and Type | Method | Description |
|---|---|---|
static GridLocale.CrossExit |
make(int xx,
int xy,
int xdir,
java.lang.String xdestRoomID,
boolean xout) |
public int x
public int y
public int dir
public java.lang.String destRoomID
public boolean out
public static GridLocale.CrossExit make(int xx, int xy, int xdir, java.lang.String xdestRoomID, boolean xout)