|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.starhope.vergil.game.Room
public class Room
WRITEME: Document this type.
| Field Summary | |
|---|---|
private int |
id
WRITEME: Document this brpocock@star-hope.org |
private String |
moniker
WRITEME: Document this brpocock@star-hope.org |
private static Set<Room> |
roomList
WRITEME: Document this brpocock@star-hope.org |
| Constructor Summary | |
|---|---|
Room(int newID,
String newMoniker)
WRITEME: Document this constructor brpocock@star-hope.org |
|
| Method Summary | |
|---|---|
static Room |
getByID(int i)
WRITEME: Document this method brpocock@star-hope.org |
int |
getID()
WRITEME: Document this method brpocock@star-hope.org |
String |
getMoniker()
WRITEME: Document this method brpocock@star-hope.org |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static Set<Room> roomList
private final String moniker
private final int id
| Constructor Detail |
|---|
public Room(int newID,
String newMoniker)
newID - WRITEMEnewMoniker - WRITEME| Method Detail |
|---|
public static Room getByID(int i)
i - WRITEME
public int getID()
public String getMoniker()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||