com.threerings.whirled.zone.data
Class ZoneSummary
java.lang.Object
com.threerings.io.SimpleStreamableObject
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. |
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.
ZoneSummary
public ZoneSummary()
toString
public String toString()
- Overrides:
toString in class SimpleStreamableObject