Interface | Description |
---|---|
EntityRtsListener<E extends EntityRts> |
Entity activities listener.
|
Class | Description |
---|---|
EntityRts |
This class represent the first abstraction for any kind of entity which can be used in a strategy game.
|
HandlerEntityRts<R extends java.lang.Enum<R>,T extends TileRts<?,R>,E extends EntityRts,C extends ControlPanelModel<E>> |
This class will handle a list of entities, by updating and rendering them.
|
Exception | Description |
---|---|
EntityNotFoundException |
This exception is thrown when an entity is not found.
|