|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.planet_ink.coffee_mud.Areas.interfaces.Area.AreaInstanceChild
public static class Area.AreaInstanceChild
Class to hold a reference to a child area instance, and the inhabitants who belong there.
Field Summary | |
---|---|
Area |
A
Reference to the actual area where they go. |
long |
creationTime
the time the instance was created |
java.util.List<java.lang.ref.WeakReference<MOB>> |
mobs
List of players and their pets that belong in this instance |
Constructor Summary | |
---|---|
Area.AreaInstanceChild(Area A,
java.util.List<java.lang.ref.WeakReference<MOB>> mobs)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final java.util.List<java.lang.ref.WeakReference<MOB>> mobs
public final Area A
public final long creationTime
Constructor Detail |
---|
public Area.AreaInstanceChild(Area A, java.util.List<java.lang.ref.WeakReference<MOB>> mobs)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |