public static class StdArea.AreaInstanceChild
extends java.lang.Object
| Modifier and Type | Field | Description | 
|---|---|---|
| Area | A | Reference to the actual area where they go. | 
| long | creationTime | the time the instance was created | 
| java.util.Map<java.lang.String,java.lang.Object> | data | Any extraneous data the system might store | 
| java.util.List<java.lang.ref.WeakReference<MOB>> | mobs | List of players and their pets that belong in this instance | 
| Constructor | Description | 
|---|---|
| AreaInstanceChild(Area A,
                 java.util.List<java.lang.ref.WeakReference<MOB>> mobs) | 
public final java.util.List<java.lang.ref.WeakReference<MOB>> mobs
public final Area A
public final long creationTime
public final java.util.Map<java.lang.String,java.lang.Object> data