Package com.prineside.tdi2.buffs
Class DeathExplosionBuff.ExplosionChargeBuffFactory
java.lang.Object
com.prineside.tdi2.Buff.Factory<DeathExplosionBuff>
com.prineside.tdi2.buffs.DeathExplosionBuff.ExplosionChargeBuffFactory
- All Implemented Interfaces:
com.badlogic.gdx.utils.Disposable
- Enclosing class:
- DeathExplosionBuff
public static class DeathExplosionBuff.ExplosionChargeBuffFactory
extends Buff.Factory<DeathExplosionBuff>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
true, если эффкты накапливаются (будут отрисованы несколько значков над hp)com.badlogic.gdx.graphics.g2d.TextureRegion
void
Methods inherited from class com.prineside.tdi2.Buff.Factory
dispose, setup
-
Constructor Details
-
ExplosionChargeBuffFactory
public ExplosionChargeBuffFactory()
-
-
Method Details
-
createProcessor
- Specified by:
createProcessor
in classBuff.Factory<DeathExplosionBuff>
-
setupAssets
public void setupAssets()- Overrides:
setupAssets
in classBuff.Factory<DeathExplosionBuff>
-
effectIsCumulative
public boolean effectIsCumulative()Description copied from class:Buff.Factory
true, если эффкты накапливаются (будут отрисованы несколько значков над hp)- Overrides:
effectIsCumulative
in classBuff.Factory<DeathExplosionBuff>
-
getHealthBarIcon
public com.badlogic.gdx.graphics.g2d.TextureRegion getHealthBarIcon()- Specified by:
getHealthBarIcon
in classBuff.Factory<DeathExplosionBuff>
-