Package com.prineside.tdi2.towers
Class SplashTower.SplashTowerFactory
java.lang.Object
com.prineside.tdi2.Tower.Factory<SplashTower>
com.prineside.tdi2.towers.SplashTower.SplashTowerFactory
- Enclosing class:
 - SplashTower
 
- 
Field Summary
Fields inherited from class com.prineside.tdi2.Tower.Factory
abilityConfigs, abilityTextures, baseTextures, roundedSmallRectTextureRegion, shadowTextures, weaponShadowTexture, weaponTexture - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidCalled on GSP construction, allows to add tower-specific listenerscreate()String[]getAbilityConfigs(GameSystemProvider S, Tower tower) intcom.badlogic.gdx.graphics.ColorgetColor()intgetGeneralizedStat(GeneralizedTowerStatType statType) getStatMoreInfo(TowerStatType statType, GameValueProvider gvp, Tower tower) voidsetup()Вызывается, когда объекты всех Managers созданыvoidbooleanshouldDrawAbilityToCache(int abilityIdx) Methods inherited from class com.prineside.tdi2.Tower.Factory
canKillEnemies, clearPool, createIconActor, getAbilityTextures, getBaseTextures, getBuildPrice, getDescription, getIconDrawable, getIconTexture, getShadowTextures, getTitle, getWeaponShadowTexture, getWeaponTexture, isAvailable, receivesSpaceTileBonus 
- 
Constructor Details
- 
SplashTowerFactory
public SplashTowerFactory() 
 - 
 - 
Method Details
- 
setup
public void setup()Description copied from class:Tower.FactoryВызывается, когда объекты всех Managers созданы- Overrides:
 setupin classTower.Factory<SplashTower>
 - 
configureSystems
Description copied from class:Tower.FactoryCalled on GSP construction, allows to add tower-specific listeners- Overrides:
 configureSystemsin classTower.Factory<SplashTower>
 - 
setupAssets
public void setupAssets()- Overrides:
 setupAssetsin classTower.Factory<SplashTower>
 - 
getStatMoreInfo
@Null public CharSequence getStatMoreInfo(TowerStatType statType, GameValueProvider gvp, Tower tower) - Overrides:
 getStatMoreInfoin classTower.Factory<SplashTower>
 - 
getAbilityConfigs
- Overrides:
 getAbilityConfigsin classTower.Factory<SplashTower>
 - 
shouldDrawAbilityToCache
public boolean shouldDrawAbilityToCache(int abilityIdx) - Overrides:
 shouldDrawAbilityToCachein classTower.Factory<SplashTower>
 - 
getBuildHotKey
public int getBuildHotKey()- Specified by:
 getBuildHotKeyin classTower.Factory<SplashTower>
 - 
getColor
public com.badlogic.gdx.graphics.Color getColor()- Specified by:
 getColorin classTower.Factory<SplashTower>
 - 
getGeneralizedStat
- Specified by:
 getGeneralizedStatin classTower.Factory<SplashTower>
 - 
getAbilityAliases
- Specified by:
 getAbilityAliasesin classTower.Factory<SplashTower>
 - 
create
- Specified by:
 createin classTower.Factory<SplashTower>
 
 -