Class EmptyTileSlot

java.lang.Object
com.example.project.models.tiles.Tile
com.example.project.models.tiles.EmptyTileSlot

public class EmptyTileSlot extends Tile
An empty tile slot model. Empty tile slots store a letter tile.
  • Constructor Details

    • EmptyTileSlot

      public EmptyTileSlot()
  • Method Details

    • setTile

      public void setTile(LetterTile tile)
      Set a new tile.
      Parameters:
      tile - letter tile.
    • getFXMLPath

      public String getFXMLPath()
      Description copied from class: Tile
      gets the fxml path.
      Specified by:
      getFXMLPath in class Tile
      Returns:
      string path.