Uses of Enum Class
com.chess.backend.gamemodel.Position.Direction
Packages that use Position.Direction
-
Uses of Position.Direction in com.chess.backend.gamemodel
Methods in com.chess.backend.gamemodel that return Position.DirectionModifier and TypeMethodDescriptionstatic Position.DirectionReturns the enum constant of this class with the specified name.static Position.Direction[]Position.Direction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.chess.backend.gamemodel with parameters of type Position.DirectionModifier and TypeMethodDescriptionPosition.getPosFromDir(IBoard chessboard, Position.Direction direction) -
Uses of Position.Direction in com.chess.backend.gamemodel.abstractmoves
Methods in com.chess.backend.gamemodel.abstractmoves with parameters of type Position.DirectionModifier and TypeMethodDescriptionMoveDiagonal.diagonal(Chessboard chessboard, Piece piece, boolean attack, boolean jump, boolean peaceful, int limit, Position.Direction direction) Generate concrete possible moves from a given piece and game context.MoveKnight.knight(Chessboard chessboard, Piece piece, boolean attack, boolean jump, boolean peaceful, int limit, Position.Direction direction1, Position.Direction direction2) Generate concrete possible moves from a given piece and game context.