Package | Description |
---|---|
com.b3dgs.lionengine.game.rts | |
com.b3dgs.lionengine.game.rts.entity |
Modifier and Type | Class and Description |
---|---|
class |
ControlPanelModel<E extends EntityRts>
This class represents the control panel (HUD), which will contain selected entities, actions, and many other
informations.
|
Modifier and Type | Method and Description |
---|---|
void |
ControlPanelModel.addListener(ControlPanelListener listener)
Add a control panel listener.
|
void |
ControlPanelModel.removeListener(ControlPanelListener listener)
Add a control panel listener.
|
Modifier and Type | Class and Description |
---|---|
class |
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.
|