Uses of Class
com.b3dgs.lionengine.game.hacknslash.AbstractHero

Packages that use AbstractHero
com.b3dgs.lionengine.game.hacknslash   
 

Uses of AbstractHero in com.b3dgs.lionengine.game.hacknslash
 

Constructors in com.b3dgs.lionengine.game.hacknslash with parameters of type AbstractHero
AbstractEnemy(java.lang.String data, PathBasedMap<TTile> map, java.awt.image.BufferedImage surface, TAttr attr, AbstractHero<TTile,TSkill,TAttr> hero)
           
DefaultHeroAttackMelee(AbstractHero<TTile,TSkill,TAttr> hero, int attFrame, int attDistMin, int attDistmax)