Package | Description |
---|---|
com.b3dgs.lionengine.game.strategy | |
com.b3dgs.lionengine.game.strategy.entity |
Modifier and Type | Class and Description |
---|---|
class |
ControlPanelModel<E extends EntityStrategy>
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 |
HandlerEntityStrategy<R extends Enum<R>,T extends TileStrategy<?,R>,E extends EntityStrategy,C extends ControlPanelModel<E>>
This class will handle a list of entities, by updating and rendering them.
|
Copyright © 2014 Byron 3D Games Studio. All rights reserved.