com.planet_ink.coffee_mud.Areas.interfaces
Class Area.AreaInstanceChild

java.lang.Object
  extended by com.planet_ink.coffee_mud.Areas.interfaces.Area.AreaInstanceChild
Enclosing interface:
Area

public static class Area.AreaInstanceChild
extends java.lang.Object

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

mobs

public final java.util.List<java.lang.ref.WeakReference<MOB>> mobs
List of players and their pets that belong in this instance


A

public final Area A
Reference to the actual area where they go.


creationTime

public final long creationTime
the time the instance was created

Constructor Detail

Area.AreaInstanceChild

public Area.AreaInstanceChild(Area A,
                              java.util.List<java.lang.ref.WeakReference<MOB>> mobs)