Uses of Class
com.thowv.javafxgridgameboard.GameBoard
-
Packages that use GameBoard Package Description com.thowv.javafxgridgameboard com.thowv.javafxgridgameboard.premades.reversi com.thowv.javafxgridgameboard.premades.tictactoe -
-
Uses of GameBoard in com.thowv.javafxgridgameboard
Methods in com.thowv.javafxgridgameboard that return GameBoard Modifier and Type Method Description GameBoardAbstractGameInstance. getGameBoard()Methods in com.thowv.javafxgridgameboard with parameters of type GameBoard Modifier and Type Method Description voidAbstractGameInstance. setGameBoard(GameBoard gameBoard)Constructors in com.thowv.javafxgridgameboard with parameters of type GameBoard Constructor Description AbstractGameInstance(GameBoard gameBoard, AbstractTurnEntity entityOne, AbstractTurnEntity entityTwo, String stylesheet, int currentTurnEntity)GameBoard(GameBoard gameBoard)GameBoardBehavior(GameBoard gameBoardControl, int gameBoardSize)GameBoardSkin(GameBoard gameBoardControl) -
Uses of GameBoard in com.thowv.javafxgridgameboard.premades.reversi
Methods in com.thowv.javafxgridgameboard.premades.reversi with parameters of type GameBoard Modifier and Type Method Description static ArrayList<GameBoardTile>ReversiAlgorithms. determineTilePossibilities(GameBoard gameBoard, GameBoardTileType currentTileType)static voidReversiAlgorithms. flipTilesFromOrigin(GameBoard gameBoard, GameBoardTileType currentTileType, int xCord, int yCord)Constructors in com.thowv.javafxgridgameboard.premades.reversi with parameters of type GameBoard Constructor Description ReversiGameInstance(GameBoard gameBoard, AbstractTurnEntity entityOne, AbstractTurnEntity entityTwo)ReversiGameInstance(GameBoard gameBoard, AbstractTurnEntity entityOne, AbstractTurnEntity entityTwo, int currentTurnEntity) -
Uses of GameBoard in com.thowv.javafxgridgameboard.premades.tictactoe
Methods in com.thowv.javafxgridgameboard.premades.tictactoe with parameters of type GameBoard Modifier and Type Method Description static GameBoardTileTypeTTToeAlgorithms. checkThreeInRow(GameBoard gameBoard)Constructors in com.thowv.javafxgridgameboard.premades.tictactoe with parameters of type GameBoard Constructor Description TTToeGameInstance(GameBoard gameBoard, AbstractTurnEntity entityOne, AbstractTurnEntity entityTwo)TTToeGameInstance(GameBoard gameBoard, AbstractTurnEntity entityOne, AbstractTurnEntity entityTwo, int currentTurnEntity)
-