Uses of Class
org.swtpra1.alphabetaplayer.hippolyta.model.BoardSquare
-
Packages that use BoardSquare Package Description org.swtpra1.alphabetaplayer.hippolyta.model Versions of the classes defined in the API implemented by swtpra11. -
-
Uses of BoardSquare in org.swtpra1.alphabetaplayer.hippolyta.model
Fields in org.swtpra1.alphabetaplayer.hippolyta.model declared as BoardSquare Modifier and Type Field Description BoardSquare
PlayerColor. square
BoardSquare[][]
Board. squares
Methods in org.swtpra1.alphabetaplayer.hippolyta.model that return BoardSquare 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)static BoardSquare
BoardSquare. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BoardSquare[]
BoardSquare. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-