Uses of Class
com.example.project.models.tiles.Tile
Packages that use Tile
Package
Description
-
Uses of Tile in com.example.project.controllers.tileViewControllers
Classes in com.example.project.controllers.tileViewControllers with type parameters of type TileModifier and TypeClassDescriptionclass
TileController<T extends Tile>
Parent class of TileControllers.Fields in com.example.project.controllers.tileViewControllers declared as Tile -
Uses of Tile in com.example.project.models.tiles
Subclasses of Tile in com.example.project.models.tilesModifier and TypeClassDescriptionclass
An empty tile slot model.class
Represents the letter tiles the player plays holds, redraws.class
Represents the upgrade tiles sold at the shop.