Uses of Class
com.thowv.javafxgridgameboard.GameBoardTile
-
Packages that use GameBoardTile Package Description com.thowv.javafxgridgameboard com.thowv.javafxgridgameboard.premades com.thowv.javafxgridgameboard.premades.reversi -
-
Uses of GameBoardTile in com.thowv.javafxgridgameboard
Methods in com.thowv.javafxgridgameboard that return GameBoardTile Modifier and Type Method Description GameBoardTile[][]GameBoardSkin. createGameBoardTiles(int gameBoardSize)GameBoardTileGameBoardBehavior. getGameBoardTile(int xCord, int yCord)GameBoardTileGameBoard. getTile(int xCord, int yCord)Methods in com.thowv.javafxgridgameboard that return types with arguments of type GameBoardTile Modifier and Type Method Description ArrayList<GameBoardTile>GameBoardBehavior. getGameBoardTilesByType(GameBoardTileType gameBoardTileType)ArrayList<GameBoardTile>GameBoardBehavior. getGameBoardTilesByTypes(GameBoardTileType[] gameBoardTileTypes)ArrayList<GameBoardTile>GameBoard. getTilesByType(GameBoardTileType gameBoardTileType)ArrayList<GameBoardTile>GameBoard. getTilesByTypes(GameBoardTileType[] gameBoardTileTypes)Methods in com.thowv.javafxgridgameboard with parameters of type GameBoardTile Modifier and Type Method Description voidGameBoardBehavior. setGameBoardTiles(GameBoardTile[][] gameBoardTiles)Method parameters in com.thowv.javafxgridgameboard with type arguments of type GameBoardTile Modifier and Type Method Description voidGameBoardBehavior. setGameBoardTileTypes(ArrayList<GameBoardTile> gameBoardTiles, GameBoardTileType gameBoardTileType)voidGameBoard. setTileTypes(ArrayList<GameBoardTile> gameBoardTiles, GameBoardTileType gameBoardTileType)Constructors in com.thowv.javafxgridgameboard with parameters of type GameBoardTile Constructor Description GameBoardTileBehavior(GameBoardTile gameBoardTileControl, GameBoardTileType gameBoardTileType, int xCord, int yCord)GameBoardTileSkin(GameBoardTile gameBoardTileControl) -
Uses of GameBoardTile in com.thowv.javafxgridgameboard.premades
Method parameters in com.thowv.javafxgridgameboard.premades with type arguments of type GameBoardTile Modifier and Type Method Description voidAbstractTurnEntityRandomAI. takeRandomTurn(AbstractGameInstance gameInstance, ArrayList<GameBoardTile> possibleGameBoardTiles) -
Uses of GameBoardTile in com.thowv.javafxgridgameboard.premades.reversi
Methods in com.thowv.javafxgridgameboard.premades.reversi that return types with arguments of type GameBoardTile Modifier and Type Method Description static ArrayList<GameBoardTile>ReversiAlgorithms. determineTilePossibilities(GameBoard gameBoard, GameBoardTileType currentTileType)
-