public interface IResourceBarController extends IController
| Modifier and Type | Method and Description |
|---|---|
void |
buildCity()
Called by the view then the user requests to build a city
|
void |
buildRoad()
Called by the view then the user requests to build a road
|
void |
buildSettlement()
Called by the view then the user requests to build a settlement
|
void |
buyCard()
Called by the view then the user requests to buy a card
|
void |
playCard()
Called by the view then the user requests to play a card
|
getViewvoid buildRoad()
void buildSettlement()
void buildCity()
void buyCard()
void playCard()