Method | Description | |
---|---|---|
BuildCity ( |
||
BuildRoad ( |
||
BuildSettlement ( |
||
DieRoll ( ) : void |
Allow the build actions to be called
|
|
DrawDevelopmentCard ( ) : |
||
Invalidate ( ) : void |
Invalidate this action object making all methods throw IllegalActionExceptions if called
|
|
MainActions ( |
||
PlayKnight ( ) : |
||
PlayMonopoly ( Resource resource ) : |
||
PlayRoadBuilding ( |
||
PlayYearOfPlenty ( Resource resource1, Resource resource2 ) : |
||
ProposeTrade ( List |
||
Trade ( int otherPlayer ) : |
||
TradeBank ( Resource giving, Resource receiving ) : |
public BuildCity ( |
||
intersection | ||
return |
public BuildRoad ( |
||
edge | ||
return |
public BuildSettlement ( |
||
intersection | ||
return |
public MainActions ( |
||
player | ||
controller | ||
return | System.Collections.Generic |
public PlayMonopoly ( Resource resource ) : |
||
resource | Resource | |
return |
public PlayRoadBuilding ( |
||
firstEdge | ||
secondEdge | ||
return |
public PlayYearOfPlenty ( Resource resource1, Resource resource2 ) : |
||
resource1 | Resource | |
resource2 | Resource | |
return |
public ProposeTrade ( List |
||
give | List |
|
take | List |
|
return | ITrade>.Dictionary |
public TradeBank ( Resource giving, Resource receiving ) : |
||
giving | Resource | |
receiving | Resource | |
return |