public class GrinderRoom
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
GrinderDir[] |
doors |
|
java.lang.String |
roomID |
|
int[] |
xy |
|
int |
z |
Constructor | Description |
---|---|
GrinderRoom(Room R) |
|
GrinderRoom(java.lang.String newRoomID) |
Modifier and Type | Method | Description |
---|---|---|
void |
fixExits(Room R) |
|
boolean |
isRoomGood() |
|
Room |
room() |
public int z
public int[] xy
public java.lang.String roomID
public GrinderDir[] doors
public GrinderRoom(java.lang.String newRoomID)
public GrinderRoom(Room R)