Uses of Class
com.b3dgs.lionengine.game.strategy.ability.AbstractBuilderAbility.Constructible

Packages that use AbstractBuilderAbility.Constructible
com.b3dgs.lionengine.game.strategy.ability   
 

Uses of AbstractBuilderAbility.Constructible in com.b3dgs.lionengine.game.strategy.ability
 

Fields in com.b3dgs.lionengine.game.strategy.ability declared as AbstractBuilderAbility.Constructible
protected  AbstractBuilderAbility.Constructible AbstractBuilderAbility.cur
           
 

Fields in com.b3dgs.lionengine.game.strategy.ability with type parameters of type AbstractBuilderAbility.Constructible
protected  java.util.Queue<AbstractBuilderAbility.Constructible> AbstractBuilderAbility.constructions
           
 

Methods in com.b3dgs.lionengine.game.strategy.ability with parameters of type AbstractBuilderAbility.Constructible
abstract  boolean AbstractBuilderAbility.canBuild(AbstractBuilderAbility.Constructible constructible)
          Check if this constructible can be built.
abstract  void AbstractBuilderAbility.constructionRefused(AbstractBuilderAbility.Constructible constructible)
          Called when construction is refused.