Package com.prineside.tdi2.buffs
Class StunBuff.StunBuffFactory
- All Implemented Interfaces:
com.badlogic.gdx.utils.Disposable
- Enclosing class:
- StunBuff
-
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
-
StunBuffFactory
public StunBuffFactory()
-
-
Method Details
-
createProcessor
- Specified by:
createProcessor
in classBuff.Factory<StunBuff>
-
setupAssets
public void setupAssets()- Overrides:
setupAssets
in classBuff.Factory<StunBuff>
-
effectIsCumulative
public boolean effectIsCumulative()Description copied from class:Buff.Factory
true, если эффкты накапливаются (будут отрисованы несколько значков над hp)- Overrides:
effectIsCumulative
in classBuff.Factory<StunBuff>
-
getHealthBarIcon
public com.badlogic.gdx.graphics.g2d.TextureRegion getHealthBarIcon()- Specified by:
getHealthBarIcon
in classBuff.Factory<StunBuff>
-