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

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

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

Methods in com.b3dgs.lionengine.game.strategy.ability that return AbstractBuilding
 AbstractBuilding<TTile,TSkill,TAttr> AbstractBuilderAbility.getBuilding()
           
 AbstractBuilding<TTile,TSkill,TAttr> BuilderAbility.getBuilding()
          Get building which will be built.
abstract  AbstractBuilding<TTile,TSkill,TAttr> AbstractBuilderAbility.getBuildingToBuild(java.lang.String name)
           
 

Methods in com.b3dgs.lionengine.game.strategy.ability with parameters of type AbstractBuilding
 void AbstractBuilderAbility.onConstructed(AbstractBuilding<TTile,TSkill,TAttr> building)
           
 void BuilderAbility.onConstructed(AbstractBuilding<TTile,TSkill,TAttr> building)
          Called by the building when construction is done.
 

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