|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BuilderAbility | |
---|---|
com.b3dgs.lionengine.game.strategy | |
com.b3dgs.lionengine.game.strategy.ability |
Uses of BuilderAbility in com.b3dgs.lionengine.game.strategy |
---|
Fields in com.b3dgs.lionengine.game.strategy declared as BuilderAbility | |
---|---|
protected BuilderAbility<TTile,TSkill,TAttr> |
AbstractBuilding.builder
Builder reference. |
Methods in com.b3dgs.lionengine.game.strategy with parameters of type BuilderAbility | |
---|---|
void |
AbstractBuilding.setBuilder(BuilderAbility<TTile,TSkill,TAttr> builder)
Store builder reference. |
Uses of BuilderAbility in com.b3dgs.lionengine.game.strategy.ability |
---|
Classes in com.b3dgs.lionengine.game.strategy.ability that implement BuilderAbility | |
---|---|
class |
AbstractBuilderAbility<TTile extends AbstractPathTile,TSkill extends AbstractSkill<TTile,TSkill,TAttr>,TAttr extends AbstractAttributes>
This is the main implementation of the builder ability. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |