public class LocalDataContainer
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.util.HashMap<EnumRegion,RegionData> |
regionToData |
int |
START_YEAR |
| Constructor and Description |
|---|
LocalDataContainer(Client client)
Constructs an instance of the LocalDataContainer class
|
| Modifier and Type | Method and Description |
|---|---|
EnumPolicy[] |
getHand()
Gets the hand
|
void |
init()
Initialize the settings for the LocalDataContainer instance
|
public java.util.HashMap<EnumRegion,RegionData> regionToData
public final int START_YEAR
public LocalDataContainer(Client client)
client - A reference to the client to construct to LocalDataContainerpublic void init()
public EnumPolicy[] getHand()