C# 클래스 JustBelot.Common.Hand

상속: CardsCollection
파일 보기 프로젝트 열기: NikolayIT/BelotGameEngine 1 사용 예제들

공개 메소드들

메소드 설명
FindAvailableCardsCombinations ( ) : IEnumerable
GetAllowedCards ( Contract contract, IList currentTrickCards ) : IEnumerable
Hand ( ) : System
Hand ( int capacity ) : System
IsBeloteAllowed ( Contract contract, IList currentTrickCards, JustBelot.Common.Card card ) : bool

비공개 메소드들

메소드 설명
IsCombinationOfQueenAndKingAvailable ( JustBelot.Common.Card playedCard ) : bool

메소드 상세

FindAvailableCardsCombinations() 공개 메소드

public FindAvailableCardsCombinations ( ) : IEnumerable
리턴 IEnumerable

GetAllowedCards() 공개 메소드

public GetAllowedCards ( Contract contract, IList currentTrickCards ) : IEnumerable
contract Contract
currentTrickCards IList
리턴 IEnumerable

Hand() 공개 메소드

public Hand ( ) : System
리턴 System

Hand() 공개 메소드

public Hand ( int capacity ) : System
capacity int
리턴 System

IsBeloteAllowed() 공개 메소드

public IsBeloteAllowed ( Contract contract, IList currentTrickCards, JustBelot.Common.Card card ) : bool
contract Contract
currentTrickCards IList
card JustBelot.Common.Card
리턴 bool