|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.javamud.data.Globals
Holds global information for the MUD
Field Summary | |
ClassMapper |
classMap
ClassMapper to use. |
static Globals |
globals
Singleton object. |
Linker |
linker
Linker object - contains MudObject Registry and aids linking. |
protected long |
sysNextObjectId
Id for next system created MudObject |
long |
ticks
Game ticks. |
Constructor Summary | |
Globals()
|
Method Summary | |
long |
getSysNextObjectId()
Gets the sysNextObjectId attribute of the Globals object |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public ClassMapper classMap
public static Globals globals
public Linker linker
public long ticks
protected long sysNextObjectId
Constructor Detail |
public Globals()
Method Detail |
public long getSysNextObjectId()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |