Uses of Class
com.example.project.models.tiles.LetterTile
Packages that use LetterTile
Package
Description
-
Uses of LetterTile in com.example.project.controllers.gameScreens
Constructor parameters in com.example.project.controllers.gameScreens with type arguments of type LetterTileModifierConstructorDescriptionLetterTileGroup
(int numberOfEmptyTileSlots, javafx.scene.layout.Pane container, javafx.beans.property.ReadOnlyListProperty<LetterTile> observedList, Consumer<LetterTileController> onClickHandler) ConstructorLetterTileGroup
(int numberOfEmptyTileSlots, javafx.scene.layout.Pane container, javafx.beans.property.ReadOnlyListProperty<LetterTile> observedList, Consumer<LetterTileController> onClickHandler, List<Runnable> afterSyncActions) Constructor -
Uses of LetterTile in com.example.project.controllers.tileViewControllers
Methods in com.example.project.controllers.tileViewControllers that return LetterTileMethods in com.example.project.controllers.tileViewControllers with parameters of type LetterTile -
Uses of LetterTile in com.example.project.models.gameScreens
Methods in com.example.project.models.gameScreens that return types with arguments of type LetterTileModifier and TypeMethodDescriptionjavafx.beans.property.ReadOnlyListProperty
<LetterTile> LevelModel.getRedrawRowTilesProperty()
javafx.beans.property.ReadOnlyListProperty
<LetterTile> LevelModel.getTileRackRowTilesProperty()
javafx.beans.property.ReadOnlyListProperty
<LetterTile> LevelModel.getWordRowTilesProperty()
Methods in com.example.project.models.gameScreens with parameters of type LetterTileModifier and TypeMethodDescriptionvoid
LevelModel.addToCombo
(LetterTile tile) add combo sum and multiCombo TODO: this will changed when implementing modifiersboolean
LevelModel.tryMoveTile
(LetterTile tile) determines where tile should go and moves itboolean
LevelModel.tryMoveTileToRedrawArea
(LetterTile tile) Attempts to move a tile from rack to redraw area -
Uses of LetterTile in com.example.project.models.tiles
Methods in com.example.project.models.tiles with parameters of type LetterTile -
Uses of LetterTile in com.example.project.services
Methods in com.example.project.services with parameters of type LetterTileModifier and TypeMethodDescriptionstatic LetterTileController
TileLoader.createLetterTile
(LetterTile lt)