Package com.prineside.tdi2.towers
Class MultishotTower.MultishotTowerFactory
java.lang.Object
com.prineside.tdi2.Tower.Factory<MultishotTower>
com.prineside.tdi2.towers.MultishotTower.MultishotTowerFactory
- Enclosing class:
- MultishotTower
-
Field Summary
Fields inherited from class com.prineside.tdi2.Tower.Factory
roundedSmallRectTextureRegion, weaponShadowTexture
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate()
getAbilityConfigs
(GameSystemProvider S, Tower tower) int
com.badlogic.gdx.graphics.Color
getColor()
int
getGeneralizedStat
(GeneralizedTowerStatType statType) void
setup()
Вызывается, когда объекты всех Managers созданыvoid
Methods inherited from class com.prineside.tdi2.Tower.Factory
canKillEnemies, clearPool, createIconActor, getAbilityNames, getAbilityTextures, getBaseTextures, getBuildPrice, getDescription, getIconTexture, getShadowTextures, getTitle, isAvailable, receivesSpaceTileBonus
-
Constructor Details
-
MultishotTowerFactory
public MultishotTowerFactory()
-
-
Method Details
-
setup
public void setup()Description copied from class:Tower.Factory
Вызывается, когда объекты всех Managers созданы- Overrides:
setup
in classTower.Factory<MultishotTower>
-
getAbilityConfigs
- Overrides:
getAbilityConfigs
in classTower.Factory<MultishotTower>
-
getGeneralizedStat
- Specified by:
getGeneralizedStat
in classTower.Factory<MultishotTower>
-
getBuildHotKey
public int getBuildHotKey()- Specified by:
getBuildHotKey
in classTower.Factory<MultishotTower>
-
setupAssets
public void setupAssets()- Overrides:
setupAssets
in classTower.Factory<MultishotTower>
-
getColor
public com.badlogic.gdx.graphics.Color getColor()- Specified by:
getColor
in classTower.Factory<MultishotTower>
-
create
- Specified by:
create
in classTower.Factory<MultishotTower>
-