Méthode | Description | |
---|---|---|
CardBeingPlayedIs ( Dominion.Card card, |
||
CostOfCard ( Dominion.Card card, |
||
CountAllOwned ( Dominion.Card card, RelativeAmount relativeAmount, int amount ) : GameStatePredicate | ||
CountAllOwned ( Dominion.Card cardType, |
||
CountAllOwned ( ICardPicker matchingCards, |
||
CountInDeck ( Dominion.Card card, |
||
CountInDeckAndDiscard ( Dominion.Card card, |
||
CountInHand ( Dominion.Card cardType, |
||
CountInHandFrom ( ICardPicker matchingCards, |
||
CountMightDraw ( Dominion.Card card, |
||
CountOfPile ( Dominion.Card cardType, |
||
HasAtLeast2ToTrashInHand ( |
||
HasCardFromInHand ( ICardPicker matchingCards, |
||
HasCardIn ( Dominion.Card card, ICardPicker matchingCards, |
||
HasCardInHand ( Dominion.Card card ) : GameStatePredicate | ||
HasCardInHand ( Dominion.Card card, |
||
HasCardToDiscardInHand ( |
||
HasCardToTrashInHand ( |
||
HasExactlyOneActionInHand ( |
||
PlayersPointLead ( |
||
WhichCardFromInHand ( ICardPicker matchingCards, |
public static CardBeingPlayedIs ( Dominion.Card card, |
||
card | Dominion.Card | |
gameState | ||
Résultat | bool |
public static CostOfCard ( Dominion.Card card, |
||
card | Dominion.Card | |
gameState | ||
Résultat | int |
public static CountAllOwned ( Dominion.Card card, RelativeAmount relativeAmount, int amount ) : GameStatePredicate | ||
card | Dominion.Card | |
relativeAmount | RelativeAmount | |
amount | int | |
Résultat | GameStatePredicate |
public static CountAllOwned ( Dominion.Card cardType, |
||
cardType | Dominion.Card | |
gameState | ||
Résultat | int |
public static CountAllOwned ( ICardPicker matchingCards, |
||
matchingCards | ICardPicker | |
gameState | ||
Résultat | int |
public static CountInDeck ( Dominion.Card card, |
||
card | Dominion.Card | |
gameState | ||
Résultat | int |
public static CountInDeckAndDiscard ( Dominion.Card card, |
||
card | Dominion.Card | |
gameState | ||
Résultat | int |
public static CountInHand ( Dominion.Card cardType, |
||
cardType | Dominion.Card | |
gameState | ||
Résultat | int |
public static CountInHandFrom ( ICardPicker matchingCards, |
||
matchingCards | ICardPicker | |
gameState | ||
Résultat | int |
public static CountMightDraw ( Dominion.Card card, |
||
card | Dominion.Card | |
gameState | ||
maxCount | int | |
Résultat | int |
public static CountOfPile ( Dominion.Card cardType, |
||
cardType | Dominion.Card | |
gameState | ||
Résultat | int |
public static HasAtLeast2ToTrashInHand ( |
||
gameState | ||
playerAction | Dominion.DefaultPlayerAction | |
Résultat | bool |
public static HasCardFromInHand ( ICardPicker matchingCards, |
||
matchingCards | ICardPicker | |
gameState | ||
Résultat | bool |
public static HasCardIn ( Dominion.Card card, ICardPicker matchingCards, |
||
card | Dominion.Card | |
matchingCards | ICardPicker | |
gameState | ||
Résultat | bool |
public static HasCardInHand ( Dominion.Card card ) : GameStatePredicate | ||
card | Dominion.Card | |
Résultat | GameStatePredicate |
public static HasCardInHand ( Dominion.Card card, |
||
card | Dominion.Card | |
gameState | ||
Résultat | bool |
public static HasCardToDiscardInHand ( |
||
gameState | ||
playerAction | Dominion.DefaultPlayerAction | |
Résultat | bool |
public static HasCardToTrashInHand ( |
||
gameState | ||
playerAction | Dominion.DefaultPlayerAction | |
Résultat | bool |
public static HasExactlyOneActionInHand ( |
||
gameState | ||
Résultat | bool |
public static PlayersPointLead ( |
||
gameState | ||
Résultat | int |
public static WhichCardFromInHand ( ICardPicker matchingCards, |
||
matchingCards | ICardPicker | |
gameState | ||
Résultat | Dominion.Card |