Package | Description |
---|---|
com.b3dgs.lionengine.game.rts.ability.producer |
Modifier and Type | Class and Description |
---|---|
class |
FactoryProductionRts<T extends java.lang.Enum<T>,C extends ProductionCostRts,P extends Producible<T,C>>
Represents the production factory.
|
interface |
ProducerListener<T extends java.lang.Enum<T>,C extends ProductionCostRts,P extends Producible<T,C>,E extends EntityRts>
List of event linked to the production.
|
class |
ProducerModel<T extends java.lang.Enum<T>,C extends ProductionCostRts,P extends Producible<T,C>,E extends EntityRts>
Default and abstract model implementation.
|
interface |
ProducerServices<T extends java.lang.Enum<T>,C extends ProductionCostRts,P extends Producible<T,C>>
Represents an ability of creating new entity.
|
interface |
ProducerUsedServices<T extends java.lang.Enum<T>,C extends ProductionCostRts,P extends Producible<T,C>,E extends EntityRts>
List of services used by the producer.
|
class |
Producible<T extends java.lang.Enum<T>,C extends ProductionCostRts>
Represents a producible entity.
|