public class ServerSendData
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.util.ArrayList<java.lang.Object> |
climateDataList |
java.util.ArrayList<GeographicArea>[] |
geographicAreaList
When non-null, this is an array of ArrayLists of GeographicAreas.
|
java.util.ArrayList<WorldData> |
worldDataList |
| Constructor and Description |
|---|
ServerSendData() |
public java.util.ArrayList<WorldData> worldDataList
public java.util.ArrayList<java.lang.Object> climateDataList
public java.util.ArrayList<GeographicArea>[] geographicAreaList