- entityMoved(E) - Method in interface com.b3dgs.lionengine.game.rts.entity.EntityRtsListener
-
Called when the entity has moved.
- EntityNotFoundException - Exception in com.b3dgs.lionengine.game.rts.entity
-
This exception is thrown when an entity is not found.
- EntityNotFoundException() - Constructor for exception com.b3dgs.lionengine.game.rts.entity.EntityNotFoundException
-
Constructor.
- EntityNotFoundException(String) - Constructor for exception com.b3dgs.lionengine.game.rts.entity.EntityNotFoundException
-
Constructor.
- EntityRts - Class in com.b3dgs.lionengine.game.rts.entity
-
This class represent the first abstraction for any kind of entity which can be used in a strategy game.
- EntityRts(SetupSurfaceGame, MapTileRts<?, ?, ?>) - Constructor for class com.b3dgs.lionengine.game.rts.entity.EntityRts
-
Create a new entity.
- EntityRtsListener<E extends EntityRts> - Interface in com.b3dgs.lionengine.game.rts.entity
-
Entity activities listener.
- Extractible<R extends java.lang.Enum<R>> - Interface in com.b3dgs.lionengine.game.rts.ability.extractor
-
Represents an entity that can be extractible, such as a Gold Mine.
- ExtractionRts - Class in com.b3dgs.lionengine.game.rts.ability.extractor
-
Extraction structure.
- ExtractionRts() - Constructor for class com.b3dgs.lionengine.game.rts.ability.extractor.ExtractionRts
-
Constructor.
- ExtractorListener<R extends java.lang.Enum<R>> - Interface in com.b3dgs.lionengine.game.rts.ability.extractor
-
Extractor events listener.
- ExtractorModel<R extends java.lang.Enum<R>> - Class in com.b3dgs.lionengine.game.rts.ability.extractor
-
This is the main implementation of the extract ability.
- ExtractorModel(ExtractorUsedServices<R>, int) - Constructor for class com.b3dgs.lionengine.game.rts.ability.extractor.ExtractorModel
-
Constructor.
- ExtractorServices<R extends java.lang.Enum<R>> - Interface in com.b3dgs.lionengine.game.rts.ability.extractor
-
This interface represents the ability of resource extraction.
- ExtractorUsedServices<R extends java.lang.Enum<R>> - Interface in com.b3dgs.lionengine.game.rts.ability.extractor
-
List of services needed by the extractor.
- extractResource(int) - Method in interface com.b3dgs.lionengine.game.rts.ability.extractor.Extractible
-
Extract the specified quantity if possible.