Package com.prineside.tdi2.enemies
Class ToxicEnemy.ToxicEnemyFactory
java.lang.Object
com.prineside.tdi2.Enemy.Factory<ToxicEnemy>
com.prineside.tdi2.enemies.ToxicEnemy.ToxicEnemyFactory
- All Implemented Interfaces:
 com.badlogic.gdx.utils.Disposable
- Enclosing class:
 - ToxicEnemy
 
- 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class com.prineside.tdi2.Enemy.Factory
clearPool, dispose, getDescription, getTextureSize, getTitle, obtain, setup 
- 
Constructor Details
- 
ToxicEnemyFactory
public ToxicEnemyFactory() 
 - 
 - 
Method Details
- 
getTexture
public com.badlogic.gdx.graphics.g2d.TextureRegion getTexture()- Specified by:
 getTexturein classEnemy.Factory<ToxicEnemy>
 - 
getHighlightTexture
public com.badlogic.gdx.graphics.g2d.TextureRegion getHighlightTexture()- Specified by:
 getHighlightTexturein classEnemy.Factory<ToxicEnemy>
 - 
setupAssets
public void setupAssets()- Overrides:
 setupAssetsin classEnemy.Factory<ToxicEnemy>
 - 
getEmojiTexture
public com.badlogic.gdx.graphics.g2d.TextureRegion getEmojiTexture()- Overrides:
 getEmojiTexturein classEnemy.Factory<ToxicEnemy>
 - 
create
 - 
getColor
public com.badlogic.gdx.graphics.Color getColor()- Specified by:
 getColorin classEnemy.Factory<ToxicEnemy>
 
 -