public abstract class BaseEntityUpdateHandler extends java.lang.Object implements IUpdateHandler
IUpdateHandler.IUpdateHandlerMatcher| Constructor and Description |
|---|
BaseEntityUpdateHandler(IEntity pEntity) |
| Modifier and Type | Method and Description |
|---|---|
IEntity |
getEntity() |
void |
onUpdate(float pSecondsElapsed) |
protected abstract void |
onUpdate(float pSecondsElapsed,
IEntity pEntity) |
void |
reset() |
void |
setEntity(IEntity pEntity) |
public BaseEntityUpdateHandler(IEntity pEntity)
public IEntity getEntity()
public void setEntity(IEntity pEntity)
protected abstract void onUpdate(float pSecondsElapsed,
IEntity pEntity)
public final void onUpdate(float pSecondsElapsed)
onUpdate in interface IUpdateHandlerpublic void reset()
reset in interface IUpdateHandler