Package com.prineside.tdi2.towers
Class VenomTower.VenomTowerFactory
- All Implemented Interfaces:
EntityFactory
- Enclosing class:
- VenomTower
-
Field Summary
Fields inherited from class com.prineside.tdi2.Tower.Factory
roundedSmallRectTextureRegion
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate()
String[]
getAbilityConfigs
(GameSystemProvider S, Tower tower) int
getColor()
int
getGeneralizedStat
(GeneralizedTowerStatType statType) void
setup()
Вызывается, когда объекты всех Managers созданыvoid
boolean
shouldDrawAbilityToCache
(int abilityIdx) Methods inherited from class com.prineside.tdi2.Tower.Factory
canKillEnemies, configureSystems, createIconActor, getAbilityTextures, getBaseTextures, getBuildPrice, getDescription, getIconDrawable, getIconTexture, getShadowTextures, getStatMoreInfo, getTitle, getWeaponShadowTexture, getWeaponTexture, isAvailable, receivesSpaceTileBonus
-
Constructor Details
-
VenomTowerFactory
public VenomTowerFactory()
-
-
Method Details
-
setup
public void setup()Description copied from class:Tower.Factory
Вызывается, когда объекты всех Managers созданы- Overrides:
setup
in classTower.Factory<VenomTower>
-
getAbilityConfigs
- Overrides:
getAbilityConfigs
in classTower.Factory<VenomTower>
-
shouldDrawAbilityToCache
public boolean shouldDrawAbilityToCache(int abilityIdx) - Overrides:
shouldDrawAbilityToCache
in classTower.Factory<VenomTower>
-
setupAssets
public void setupAssets()- Overrides:
setupAssets
in classTower.Factory<VenomTower>
-
create
- Specified by:
create
in classTower.Factory<VenomTower>
-
getColor
- Specified by:
getColor
in classTower.Factory<VenomTower>
-
getGeneralizedStat
- Specified by:
getGeneralizedStat
in classTower.Factory<VenomTower>
-
getAbilityAliases
- Specified by:
getAbilityAliases
in classTower.Factory<VenomTower>
-
getBuildHotKey
public int getBuildHotKey()- Specified by:
getBuildHotKey
in classTower.Factory<VenomTower>
-