Uses of Class
com.b3dgs.lionengine.game.Handler

Packages that use Handler
com.b3dgs.lionengine.game.hacknslash   
com.b3dgs.lionengine.game.strategy   
 

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

Subclasses of Handler in com.b3dgs.lionengine.game.hacknslash
 class AbstractItemHandler<TTile extends AbstractPathTile,TSkill extends AbstractSkill<TTile,TSkill,TAttr>,TAttr extends AbstractAttributes>
          Represents the bag containing all items, and their representation on map.
 

Uses of Handler in com.b3dgs.lionengine.game.strategy
 

Subclasses of Handler in com.b3dgs.lionengine.game.strategy
 class AbstractEntryHandler<TTile extends AbstractPathTile,TSkill extends AbstractSkill<TTile,TSkill,TAttr>,TAttr extends AbstractAttributes>
          This class will handle a list of entrys, by updating and rendering them.