|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.planet_ink.coffee_mud.WebMacros.grinder.GrinderRoom
public class GrinderRoom
| Field Summary | |
|---|---|
GrinderDir[] |
doors
|
java.lang.String |
roomID
|
int[] |
xy
|
int |
z
|
| Constructor Summary | |
|---|---|
GrinderRoom(Room R)
|
|
GrinderRoom(java.lang.String newRoomID)
|
|
| Method Summary | |
|---|---|
void |
fixExits(Room R)
|
boolean |
isRoomGood()
|
Room |
room()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int z
public int[] xy
public java.lang.String roomID
public GrinderDir[] doors
| Constructor Detail |
|---|
public GrinderRoom(java.lang.String newRoomID)
public GrinderRoom(Room R)
| Method Detail |
|---|
public Room room()
public boolean isRoomGood()
public void fixExits(Room R)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||