Property | Type | Description | |
---|---|---|---|
Add | void | ||
CheckBelotForValidColor | void | ||
CheckForBelotCombination | void | ||
DetermineCurrentHandWinner | |||
GetBiggestCard | |||
GetBiggestCard | |||
GetLastHand | |||
GetPlayingColor | CardColor | ||
GetTrumpColor | CardColor | ||
HasBigger | bool | ||
HasPlayingColor | bool | ||
IsBigger | bool | ||
PlayingManager | System |
Method | Description | |
---|---|---|
GetBiggestCard ( ) : |
Gets the current biggest card in hand. Null if hand is empty
|
|
GetPartner ( |
Gets the partner of the a player
|
|
GetPlayerWhoPlayedCard ( |
Gets the player who played a given card
|
|
IsValid ( |
If card played by this player is valid according to game rules
|
Method | Description | |
---|---|---|
Add ( |
||
CheckBelotForValidColor ( |
||
CheckForBelotCombination ( |
||
DetermineCurrentHandWinner ( ) : |
||
GetBiggestCard ( |
||
GetBiggestCard ( |
||
GetLastHand ( ) : |
||
GetPlayingColor ( |
||
GetTrumpColor ( ) : CardColor | ||
HasBigger ( |
||
HasPlayingColor ( CardColor color, |
||
IsBigger ( |
||
PlayingManager ( |
Constructor for the class
|
public GetPartner ( |
||
askingPlayer | ||
return |
public GetPlayerWhoPlayedCard ( |
||
card | the card to check for | |
return |
public IsValid ( |
||
player | ||
card | ||
return | bool |