Package | Description |
---|---|
client.map | |
client.map.view.mapState |
Modifier and Type | Field and Description |
---|---|
private IMapState |
MapController.state |
Modifier and Type | Class and Description |
---|---|
class |
NormalState
Creates a normal state.
|
class |
RoadBuilderState
Road builder state is associated with the road builder card.
|
class |
RoadSetupState
Road setup state is during the intial setup phase of the game when a road is being
placed.
|
class |
SettlementSetupState
Settlement setup is used when settlements are being placed during the setup phase
of the game.
|
Modifier and Type | Method and Description |
---|---|
IMapState |
SettlementSetupState.GetNextMapState() |
IMapState |
RoadSetupState.GetNextMapState() |
IMapState |
RoadBuilderState.GetNextMapState() |
IMapState |
NormalState.GetNextMapState() |
IMapState |
IMapState.GetNextMapState()
Gets the next state after the completion of the current state.
|