com.threerings.whirled.zone.data
Class ZoneSummary

java.lang.Object
  extended by com.threerings.io.SimpleStreamableObject
      extended by com.threerings.whirled.zone.data.ZoneSummary
All Implemented Interfaces:
Streamable

public class ZoneSummary
extends SimpleStreamableObject

The zone summary contains information on a zone, including its name and summary info on all of the scenes in this zone (which can be used to generate a map of the zone on the client).


Field Summary
 Name name
          The name of the zone.
 SceneSummary[] scenes
          The summary information for all of the scenes in the zone.
 int zoneId
          The zone's fully qualified unique identifier.
 
Constructor Summary
ZoneSummary()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class com.threerings.io.SimpleStreamableObject
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

zoneId

public int zoneId
The zone's fully qualified unique identifier.


name

public Name name
The name of the zone.


scenes

public SceneSummary[] scenes
The summary information for all of the scenes in the zone.

Constructor Detail

ZoneSummary

public ZoneSummary()
Method Detail

toString

public String toString()
Overrides:
toString in class SimpleStreamableObject