Uses of Class
com.example.project.models.tiles.UpgradeTile
Packages that use UpgradeTile
Package
Description
-
Uses of UpgradeTile in com.example.project.controllers.gameScreens
Constructor parameters in com.example.project.controllers.gameScreens with type arguments of type UpgradeTileModifierConstructorDescriptionUpgradeTileGroup
(javafx.scene.layout.Pane container, javafx.beans.property.ReadOnlyListProperty<UpgradeTile> observedList) Constructor with no additional sync action parameter.UpgradeTileGroup
(javafx.scene.layout.Pane container, javafx.beans.property.ReadOnlyListProperty<UpgradeTile> observedList, Consumer<UpgradeTile> afterSyncActions) Constructor.UpgradeTileGroup
(javafx.scene.layout.Pane container, javafx.beans.property.ReadOnlyListProperty<UpgradeTile> observedList, Consumer<UpgradeTile> afterSyncActions) Constructor. -
Uses of UpgradeTile in com.example.project.controllers.tileViewControllers
Methods in com.example.project.controllers.tileViewControllers with parameters of type UpgradeTile -
Uses of UpgradeTile in com.example.project.models.gameScreens
Methods in com.example.project.models.gameScreens that return types with arguments of type UpgradeTileModifier and TypeMethodDescriptionjavafx.beans.property.ListProperty
<UpgradeTile> ShopModel.currentShopItemsProperty()
Current items in the shop row that you can buy.javafx.beans.property.ReadOnlyListProperty
<UpgradeTile> LevelModel.getUpgradeTilesProprety()
gets the upgrades tiles observable property.javafx.beans.property.ReadOnlyListProperty
<UpgradeTile> ShopModel.playersUpgradesProperty()
get what upgrades the player currently has.Methods in com.example.project.models.gameScreens with parameters of type UpgradeTileModifier and TypeMethodDescriptionboolean
ShopModel.canPurchase
(UpgradeTile tile) return true if session user can purchase the tile.void
ShopModel.purchase
(UpgradeTile tileClickedOn) purchase an item. -
Uses of UpgradeTile in com.example.project.services
Methods in com.example.project.services that return types with arguments of type UpgradeTileModifier and TypeMethodDescriptionjavafx.beans.property.ReadOnlyListProperty
<UpgradeTile> Session.getUpgradeTilesProperty()
gets upgrade tiles property.Methods in com.example.project.services with parameters of type UpgradeTileModifier and TypeMethodDescriptionstatic UpgradeTileViewController
TileLoader.createUpgradeTile
(UpgradeTile upgradeTile) Constructor parameters in com.example.project.services with type arguments of type UpgradeTileModifierConstructorDescriptionprotected
Session
(int newHandSize, int newWordViewSize, int newRedrawWindowSize, javafx.collections.ObservableList<UpgradeTile> newUpgrades, User newUser, int newMoney, int newLevelsBeaten, int currentLevelRequirement, int newFirstLevelsRequirement, int newInitialMoney) Constructor for injecting values in for unit test. -
Uses of UpgradeTile in com.example.project.services.shopItems
Methods in com.example.project.services.shopItems that return UpgradeTileModifier and TypeMethodDescriptionstatic UpgradeTile
UpgradeTiles.getRandomUpgradeTile()
Gets random upgrade tile.static UpgradeTile
UpgradeTiles.getTile
(int index) Gets the upgrade tile at index.