Package | Description |
---|---|
com.b3dgs.lionengine.game.rts.entity | |
com.b3dgs.lionengine.game.rts.skill |
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.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
SkillRts.action(ControlPanelModel<?> panel,
CursorRts cursor)
Action executed on cast.
|
abstract void |
SkillRts.onClicked(ControlPanelModel<?> panel)
Action called when clicked on skill from panel.
|
void |
SkillRts.updateOnPanel(CursorRts cursor,
ControlPanelModel<?> panel)
Update routine on panel.
|