C# 클래스 MBC.Controllers.DaveBot_1_4_5.ShotHelper

파일 보기 프로젝트 열기: aiclub/Mohawk_Battleship 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
MatchX int
MatchY int

공개 메소드들

메소드 설명
getDown ( Coordinates coords ) : Coordinates
getDown ( Coordinates coords, int howMany ) : List
getLeft ( Coordinates coords ) : Coordinates
getLeft ( Coordinates coords, int howMany ) : List
getRight ( Coordinates coords ) : Coordinates
getRight ( Coordinates coords, int howMany ) : List
getSurrounding ( Coordinates coords, bool sides, int howMany ) : List>
getSurrounding ( Coordinates coords, int howMany ) : List>
getUp ( Coordinates coords ) : Coordinates
getUp ( Coordinates coords, int howMany ) : List

메소드 상세

getDown() 공개 정적인 메소드

public static getDown ( Coordinates coords ) : Coordinates
coords Coordinates
리턴 Coordinates

getDown() 공개 정적인 메소드

public static getDown ( Coordinates coords, int howMany ) : List
coords Coordinates
howMany int
리턴 List

getLeft() 공개 정적인 메소드

public static getLeft ( Coordinates coords ) : Coordinates
coords Coordinates
리턴 Coordinates

getLeft() 공개 정적인 메소드

public static getLeft ( Coordinates coords, int howMany ) : List
coords Coordinates
howMany int
리턴 List

getRight() 공개 정적인 메소드

public static getRight ( Coordinates coords ) : Coordinates
coords Coordinates
리턴 Coordinates

getRight() 공개 정적인 메소드

public static getRight ( Coordinates coords, int howMany ) : List
coords Coordinates
howMany int
리턴 List

getSurrounding() 공개 정적인 메소드

public static getSurrounding ( Coordinates coords, bool sides, int howMany ) : List>
coords Coordinates
sides bool
howMany int
리턴 List>

getSurrounding() 공개 정적인 메소드

public static getSurrounding ( Coordinates coords, int howMany ) : List>
coords Coordinates
howMany int
리턴 List>

getUp() 공개 정적인 메소드

public static getUp ( Coordinates coords ) : Coordinates
coords Coordinates
리턴 Coordinates

getUp() 공개 정적인 메소드

public static getUp ( Coordinates coords, int howMany ) : List
coords Coordinates
howMany int
리턴 List

프로퍼티 상세

MatchX 공개적으로 정적으로 프로퍼티

public static int MatchX
리턴 int

MatchY 공개적으로 정적으로 프로퍼티

public static int MatchY
리턴 int