- play(Animation) - Method in class com.b3dgs.lionengine.game.rts.entity.EntityRts
-
- PlayerRts - Class in com.b3dgs.lionengine.game.rts
-
This class represents the player, with its data, using a unique ID.
- PlayerRts() - Constructor for class com.b3dgs.lionengine.game.rts.PlayerRts
-
Constructor.
- pointTo(int, int) - Method in class com.b3dgs.lionengine.game.rts.ability.mover.MoverModel
-
- pointTo(Tiled) - Method in class com.b3dgs.lionengine.game.rts.ability.mover.MoverModel
-
- pointTo(int, int) - Method in interface com.b3dgs.lionengine.game.rts.ability.mover.MoverServices
-
Adjust orientation to face to specified tile.
- pointTo(Tiled) - Method in interface com.b3dgs.lionengine.game.rts.ability.mover.MoverServices
-
Adjust orientation to face to specified entity.
- ProducerListener<T extends java.lang.Enum<T>,C extends ProductionCostRts,P extends Producible<T,C>,E extends EntityRts> - Interface in com.b3dgs.lionengine.game.rts.ability.producer
-
List of event linked to the production.
- ProducerModel<T extends java.lang.Enum<T>,C extends ProductionCostRts,P extends Producible<T,C>,E extends EntityRts> - Class in com.b3dgs.lionengine.game.rts.ability.producer
-
Default and abstract model implementation.
- ProducerModel(ProducerUsedServices<T, C, P, E>, HandlerEntityRts<?, ?, E, ?>, int) - Constructor for class com.b3dgs.lionengine.game.rts.ability.producer.ProducerModel
-
Constructor.
- ProducerServices<T extends java.lang.Enum<T>,C extends ProductionCostRts,P extends Producible<T,C>> - Interface in com.b3dgs.lionengine.game.rts.ability.producer
-
Represents an ability of creating new entity.
- ProducerUsedServices<T extends java.lang.Enum<T>,C extends ProductionCostRts,P extends Producible<T,C>,E extends EntityRts> - Interface in com.b3dgs.lionengine.game.rts.ability.producer
-
List of services used by the producer.
- Producible<T extends java.lang.Enum<T>,C extends ProductionCostRts> - Class in com.b3dgs.lionengine.game.rts.ability.producer
-
Represents a producible entity.
- Producible(T, C, int, int) - Constructor for class com.b3dgs.lionengine.game.rts.ability.producer.Producible
-
Constructor.
- ProductionCostRts - Class in com.b3dgs.lionengine.game.rts.ability.producer
-
Represents the cost of a production.
- ProductionCostRts(int) - Constructor for class com.b3dgs.lionengine.game.rts.ability.producer.ProductionCostRts
-
Constructor.