java.lang.Object
com.example.project.models.tiles.Tile
com.example.project.models.tiles.LetterTile
Represents the letter tiles the player plays holds, redraws.
-
Field Summary
Fields inherited from class com.example.project.models.tiles.Tile
ClackSoundPlayer, CORNER_RADIUS, hoverSoundPlayer
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.example.project.models.tiles.Tile
getClackSoundPlayer, getHoverSoundPlayer
-
Constructor Details
-
LetterTile
- Parameters:
newLetter
- letter
-
-
Method Details
-
getLetter
- Returns:
- returns the tiles character.
-
getValue
- Returns:
- base value of scrabble letter score.
-
getFXMLPath
Description copied from class:Tile
gets the fxml path.- Specified by:
getFXMLPath
in classTile
- Returns:
- string path.
-