Uses of Class
org.swtpra1.alphabetaplayer.hippolyta.model.Turn.Coordinate
-
Packages that use Turn.Coordinate Package Description org.swtpra1.alphabetaplayer.hippolyta Classes to help run the Hippolyta evaluation function in our infrastructure.org.swtpra1.alphabetaplayer.hippolyta.model Versions of the classes defined in the API implemented by swtpra11. -
-
Uses of Turn.Coordinate in org.swtpra1.alphabetaplayer.hippolyta
Fields in org.swtpra1.alphabetaplayer.hippolyta declared as Turn.Coordinate Modifier and Type Field Description Turn.Coordinate[][]
CachedBoard. amazonePositions
-
Uses of Turn.Coordinate in org.swtpra1.alphabetaplayer.hippolyta.model
Fields in org.swtpra1.alphabetaplayer.hippolyta.model declared as Turn.Coordinate Modifier and Type Field Description Turn.Coordinate
Turn.Move. end
Turn.Coordinate
Turn. shot
Turn.Coordinate
Turn.Move. start
Methods in org.swtpra1.alphabetaplayer.hippolyta.model with parameters of type Turn.Coordinate Modifier and Type Method Description BoardSquare
Board. getSquareSafe(Turn.Coordinate coordinate)
gets the square at the given coordinate and returning ARROW when the coordinate is not on the board (out of Bound)
-