public interface Updatable
| Modifier and Type | Method and Description | 
|---|---|
| void | interpolate(GameContainer gc,
           float alpha)Interpolate between the previous and current state | 
| void | update(GameContainer gc,
      float delta)Updates the game screen | 
void update(GameContainer gc, float delta)
gc - The GameContainer of the gamedelta - The time in seconds since the last updatevoid interpolate(GameContainer gc, float alpha)
alpha - The interpolation alpha value