Uses of Interface
com.chess.backend.domain.models.IBoard
Packages that use IBoard
-
Uses of IBoard in com.chess.backend.gamemodel
Classes in com.chess.backend.gamemodel that implement IBoardMethods in com.chess.backend.gamemodel with parameters of type IBoardModifier and TypeMethodDescriptionReturns the position at the bottom of the current position.Returns the position diagonally at the bottom left of the current position.Returns the position diagonally at the bottom right of the current position.Returns the position diagonally at the front left of the current position.Returns the position diagonally at the front right of the current position.Returns the position at the top of the current position.Position.getPosFromDir
(IBoard chessboard, Position.Direction direction) Returns the position left to the current position.Returns the position right to the current position.