Uses of Class
com.chess.backend.gamemodel.Position
Packages that use Position
Package
Description
-
Uses of Position in com.chess.backend.gamemodel
Methods in com.chess.backend.gamemodel that return PositionModifier 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.Move.getFromPos()
Square.getPos()
Position.getPosFromDir
(IBoard chessboard, Position.Direction direction) Piece.getPosition()
Move.getTakenPos()
Move.getToPos()
Returns the position left to the current position.Returns the position right to the current position. -
Uses of Position in com.chess.backend.gamemodel.abstractmoves
Methods in com.chess.backend.gamemodel.abstractmoves with parameters of type PositionModifier and TypeMethodDescriptionShoot.getNeighborPos
(Chessboard chessboard, Position fromPos, Player activePlayer) -
Uses of Position in com.chess.backend.services
Methods in com.chess.backend.services with parameters of type PositionModifier and TypeMethodDescriptionstatic Piece
ChessboardService.getPieceByPosition
(Chessboard chessboard, Position position) static Square
ChessboardService.getSquare
(Chessboard chessboard, Position position) gets Position object and Chessboard and returns the matched Square object to this position.