Uses of Enum Class
dev.laszlomocsy.tzaar.logic.board.BoardActionResult
Packages that use BoardActionResult
-
Uses of BoardActionResult in dev.laszlomocsy.tzaar.gui
Methods in dev.laszlomocsy.tzaar.gui with parameters of type BoardActionResultModifier and TypeMethodDescriptionvoid
ControlPanel.updateInfo
(BoardActionResult result) Update the info label based on the BoardActionResult -
Uses of BoardActionResult in dev.laszlomocsy.tzaar.logic.board
Methods in dev.laszlomocsy.tzaar.logic.board that return BoardActionResultModifier and TypeMethodDescriptionBoard.moveFigure
(FigureLocation locationA, FigureLocation locationB) Moves a figure from one location to another on the board.static BoardActionResult
Returns the enum constant of this class with the specified name.static BoardActionResult[]
BoardActionResult.values()
Returns an array containing the constants of this enum class, in the order they are declared.