Uses of Class
com.b3dgs.lionengine.game.strategy.AbstractEntryHandler

Packages that use AbstractEntryHandler
com.b3dgs.lionengine.game.strategy   
com.b3dgs.lionengine.game.strategy.ability   
 

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

Fields in com.b3dgs.lionengine.game.strategy declared as AbstractEntryHandler
protected  AbstractEntryHandler<TTile,TSkill,TAttr> AbstractControlPanel.entrys
          Entry handler reference.
 

Methods in com.b3dgs.lionengine.game.strategy with parameters of type AbstractEntryHandler
 void AbstractControlPanel.setEntryHandler(AbstractEntryHandler<TTile,TSkill,TAttr> entrys)
          Set entry handler reference.
 

Uses of AbstractEntryHandler in com.b3dgs.lionengine.game.strategy.ability
 

Fields in com.b3dgs.lionengine.game.strategy.ability declared as AbstractEntryHandler
protected  AbstractEntryHandler<TTile,TSkill,TAttr> AbstractBuilderAbility.entrys
          Entry handler reference.
protected  AbstractEntryHandler<TTile,TSkill,TAttr> AbstractProducerAbility.entrys
          Entry handler reference.
 

Constructors in com.b3dgs.lionengine.game.strategy.ability with parameters of type AbstractEntryHandler
AbstractBuilderAbility(AbstractUnit<TTile,TSkill,TAttr> builder, AbstractEntryHandler<TTile,TSkill,TAttr> handler)
          Create a new attacker ability.
AbstractProducerAbility(AbstractBuilding<TTile,TSkill,TAttr> building, AbstractEntryHandler<TTile,TSkill,TAttr> handler)
          Create a new attacker ability.