C# 클래스 Chess.Data.Piece.Queen

상속: Chess.Data.Entities.ChessPiece
파일 보기 프로젝트 열기: colin-higgins/ChessSharp

공개 메소드들

메소드 설명
GetValidMoves ( Square board ) : System.Collections.Generic.IEnumerable
IsLegalMove ( Square board, Move move, IEnumerable pastMoves = null ) : bool
Queen ( ) : System

비공개 메소드들

메소드 설명
HasLegalMovementModifiers ( Move move ) : bool

메소드 상세

GetValidMoves() 공개 메소드

public GetValidMoves ( Square board ) : System.Collections.Generic.IEnumerable
board Chess.Data.Entities.Square
리턴 System.Collections.Generic.IEnumerable

IsLegalMove() 공개 메소드

public IsLegalMove ( Square board, Move move, IEnumerable pastMoves = null ) : bool
board Chess.Data.Entities.Square
move Chess.Data.Entities.Move
pastMoves IEnumerable
리턴 bool

Queen() 공개 메소드

public Queen ( ) : System
리턴 System