E
- The entity type used.public abstract class HandlerEntityGame<E extends EntityGame> extends HandlerObjectGame<E>
Constructor and Description |
---|
HandlerEntityGame()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
update(double extrp,
E entity)
Update the object; called by
HandlerObjectGame.update(double) for each object handled. |
protected void update(double extrp, E entity)
HandlerObjectGame
HandlerObjectGame.update(double)
for each object handled.update
in class HandlerObjectGame<E extends EntityGame>
extrp
- The extrapolation value.entity
- The object to update.Copyright © 2014 Byron 3D Games Studio. All rights reserved.